#BBFEEC

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

Shades of Water Leaf #BBFEEC

Tints of Water Leaf #BBFEEC

Color information

#BBFEEC (or 0xBBFEEC) is unknown color: approx Water Leaf. HEX triplet: BB, FE and EC. RGB value is (187,254,236). Sum of RGB (Red+Green+Blue) = 187+254+236=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEEC is #440113. Grayscale: #E7E7E7. Windows color (decimal): -4456724 or 15531707. OLE color: 15531707.

HSL color Cylindrical-coordinate representation of color #BBFEEC: hue angle of 163.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEEC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB187254236-
CMYK0.2600.070.00
HSL163.88º97.1%86.47%-
HSV(B)163.88º26.38%99.61%-
XYZ71.0887.592.5-
YUV231.91130.395.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.62%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=27.62%
G=37.52%
B=34.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542360.2600.070.00163.8897.186.47
HexBBFEEC1A070a46156
Octal27337635432070244141126
Binary10111011111111101110110011010011101010010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEEC; }

 p { color: rgb(187,254,236); }

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

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

 a { background-color: rgb(187,254,236); }

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

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

 span { border-color: rgb(187,254,236); }

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