#BCEE91

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

Shades of Sulu #BCEE91

Tints of Sulu #BCEE91

Color information

#BCEE91 (or 0xBCEE91) is unknown color: approx Sulu. HEX triplet: BC, EE and 91. RGB value is (188,238,145). Sum of RGB (Red+Green+Blue) = 188+238+145=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE91 is #43116E. Grayscale: #D4D4D4. Windows color (decimal): -4395375 or 9563836. OLE color: 9563836.

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

Color convert

RGB188238145-
CMYK0.2100.390.07
HSL92.26º73.23%75.1%-
HSV(B)92.26º39.08%93.33%-
XYZ56.4273.8838.08-
YUV212.4589.94110.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 145 (57.03% from 255) = 25.39%
R=32.92%
G=41.68%
B=25.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381450.2100.390.0792.2673.2375.1
HexBCEE911502775c494b
Octal274356221250477134111113
Binary101111001110111010010001101010100111111101110010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE91; }

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

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

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

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

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

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

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

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