#BBFCE1

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

Shades of Water Leaf #BBFCE1

Tints of Water Leaf #BBFCE1

Color information

#BBFCE1 (or 0xBBFCE1) is unknown color: approx Water Leaf. HEX triplet: BB, FC and E1. RGB value is (187,252,225). Sum of RGB (Red+Green+Blue) = 187+252+225=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 225 (88.28% from 255 or 33.89% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCE1 is #44031E. Grayscale: #E5E5E5. Windows color (decimal): -4457247 or 14810299. OLE color: 14810299.

HSL color Cylindrical-coordinate representation of color #BBFCE1: hue angle of 155.08º 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 #BBFCE1 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB187252225-
CMYK0.2600.110.01
HSL155.08º91.55%86.08%-
HSV(B)155.08º25.79%98.82%-
XYZ68.8985.6284.13-
YUV229.49125.4797.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.16%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 225 (88.28% from 255) = 33.89%
R=28.16%
G=37.95%
B=33.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872522250.2600.110.01155.0891.5586.08
HexBBFCE11A0B19b5c56
Octal273374341320131233134126
Binary101110111111110011100001110100101111001101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFCE1; }

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

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

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

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

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

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

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

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