#BCF884

Color #BCF884 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCF884

Tints of Sulu #BCF884

Color information

#BCF884 (or 0xBCF884) is unknown color: approx Sulu. HEX triplet: BC, F8 and 84. RGB value is (188,248,132). Sum of RGB (Red+Green+Blue) = 188+248+132=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF884 is #43077B. Grayscale: #D9D9D9. Windows color (decimal): -4392828 or 8714428. OLE color: 8714428.

HSL color Cylindrical-coordinate representation of color #BCF884: hue angle of 91.03º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF884 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB188248132-
CMYK0.2400.470.03
HSL91.03º89.23%74.51%-
HSV(B)91.03º46.77%97.25%-
XYZ58.4779.4934.09-
YUV216.8480.12107.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 248 (97.27% from 255) = 43.66%
BLUE value IS 132 (51.95% from 255) = 23.24%
R=33.10%
G=43.66%
B=23.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481320.2400.470.0391.0389.2374.51
HexBCF8841802F35b594b
Octal274370204300573133131113
Binary10111100111110001000010011000010111111101101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF884; }

 p { color: rgb(188,248,132); }

 H1.HeaderClassName
 {
   color: #BCF884;
 }
 .AnyTagClassName
 {
   color: #BCF884;
 }
</style>
background-color css

<style>
 a { background-color: #BCF884; }

 a { background-color: rgb(188,248,132); }

 div.DivClassName
 {
   background-color: #BCF884;
 }
 .BgClassName
 {
   background-color: #BCF884;
 }
</style>
border-color css

<style>
 span { border-color: #BCF884; }

 span { border-color: rgb(188,248,132); }

 td.TdClassName
 {
   border-color: #BCF884;
 }
 .TagClassName
 {
   border-color: #BCF884;
 }
</style>