#BCF87D

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

Shades of Sulu #BCF87D

Tints of Sulu #BCF87D

Color information

#BCF87D (or 0xBCF87D) is unknown color: approx Sulu. HEX triplet: BC, F8 and 7D. RGB value is (188,248,125). Sum of RGB (Red+Green+Blue) = 188+248+125=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF87D is #430782. Grayscale: #D8D8D8. Windows color (decimal): -4392835 or 8255676. OLE color: 8255676.

HSL color Cylindrical-coordinate representation of color #BCF87D: hue angle of 89.27º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF87D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB188248125-
CMYK0.2400.500.03
HSL89.27º89.78%73.14%-
HSV(B)89.27º49.6%97.25%-
XYZ58.0179.3131.65-
YUV216.0476.62108-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 248 (97.27% from 255) = 44.21%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=33.51%
G=44.21%
B=22.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481250.2400.500.0389.2789.7873.14
HexBCF87D180323595a49
Octal274370175300623131132111
Binary1011110011111000111110111000011001011101100110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF87D; }

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

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

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

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

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

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

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

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