#BBFCE9

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

Shades of Water Leaf #BBFCE9

Tints of Water Leaf #BBFCE9

Color information

#BBFCE9 (or 0xBBFCE9) is unknown color: approx Water Leaf. HEX triplet: BB, FC and E9. RGB value is (187,252,233). Sum of RGB (Red+Green+Blue) = 187+252+233=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCE9 is #440316. Grayscale: #E6E6E6. Windows color (decimal): -4457239 or 15334587. OLE color: 15334587.

HSL color Cylindrical-coordinate representation of color #BBFCE9: hue angle of 162.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCE9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB187252233-
CMYK0.2600.080.01
HSL162.46º91.55%86.08%-
HSV(B)162.46º25.79%98.82%-
XYZ70.0186.0790.01-
YUV230.4129.4797.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 233 (91.41% from 255) = 34.67%
R=27.83%
G=37.5%
B=34.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522330.2600.080.01162.4691.5586.08
HexBBFCE91A081a25c56
Octal273374351320101242134126
Binary101110111111110011101001110100100011010001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCE9; }

 p { color: rgb(187,252,233); }

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

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

 a { background-color: rgb(187,252,233); }

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

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

 span { border-color: rgb(187,252,233); }

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