Shades of Water Leaf #BBFCEC
Tints of Water Leaf #BBFCEC
RGB
CMYK
RGB Variations
Color information
#BBFCEC (or 0xBBFCEC) is known color: Water Leaf. HEX triplet: BB, FC and EC. RGB value is (187,252,236). Sum of RGB (Red+Green+Blue) = 187+252+236=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCEC is #440313. Grayscale: #E6E6E6. Windows color (decimal): -4457236 or 15531195. OLE color: 15531195.
HSL color Cylindrical-coordinate representation of color #BBFCEC: hue angle of 165.23º 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 #BBFCEC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 236 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.01 |
| HSL | 165.23º | 0.92% | 0.86% | - |
| HSV(B) | 165.23º | 0.26% | 0.99% | - |
| XYZ | 70.44 | 86.24 | 92.29 | - |
| YUV | 230.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 236 | 0.26 | 0 | 0.06 | 0.01 | 165.23 | 0.92 | 0.86 |
| Hex | BB | FC | EC | 1A | 0 | 6 | 1 | A5 | 5C | 56 |
| Octal | 273 | 374 | 354 | 32 | 0 | 6 | 1 | 245 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11101100 | 11010 | 0 | 110 | 1 | 10100101 | 1011100 | 1010110 |
Color Harmonies of #BBFCEC
Complementary color
Monochromatic Colors of #BBFCEC
Black with #BBFCEC
Text Example
Text Example
White with #BBFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCEC; }
p { color: rgb(187,252,236); }
H1.HeaderClassName
{
color: #BBFCEC;
}
.AnyTagClassName
{
color: #BBFCEC;
}
</style>
background-color css
<style>
a { background-color: #BBFCEC; }
a { background-color: rgb(187,252,236); }
div.DivClassName
{
background-color: #BBFCEC;
}
.BgClassName
{
background-color: #BBFCEC;
}
</style>
border-color css
<style>
span { border-color: #BBFCEC; }
span { border-color: rgb(187,252,236); }
td.TdClassName
{
border-color: #BBFCEC;
}
.TagClassName
{
border-color: #BBFCEC;
}
</style>