#BCEF91

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

Shades of Sulu #BCEF91

Tints of Sulu #BCEF91

Color information

#BCEF91 (or 0xBCEF91) is unknown color: approx Sulu. HEX triplet: BC, EF and 91. RGB value is (188,239,145). Sum of RGB (Red+Green+Blue) = 188+239+145=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF91 is #43106E. Grayscale: #D5D5D5. Windows color (decimal): -4395119 or 9564092. OLE color: 9564092.

HSL color Cylindrical-coordinate representation of color #BCEF91: hue angle of 92.55º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCEF91 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB188239145-
CMYK0.2100.390.06
HSL92.55º74.6%75.29%-
HSV(B)92.55º39.33%93.73%-
XYZ56.7274.4738.17-
YUV213.0389.6110.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 145 (57.03% from 255) = 25.35%
R=32.87%
G=41.78%
B=25.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882391450.2100.390.0692.5574.675.29
HexBCEF911502765d4b4b
Octal274357221250476135113113
Binary101111001110111110010001101010100111110101110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEF91; }

 p { color: rgb(188,239,145); }

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

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

 a { background-color: rgb(188,239,145); }

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

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

 span { border-color: rgb(188,239,145); }

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