Shades of Water Leaf #BBFBEC
Tints of Water Leaf #BBFBEC
RGB
CMYK
RGB Variations
Color information
#BBFBEC (or 0xBBFBEC) is known color: Water Leaf. HEX triplet: BB, FB and EC. RGB value is (187,251,236). Sum of RGB (Red+Green+Blue) = 187+251+236=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFBEC is #440413. Grayscale: #E6E6E6. Windows color (decimal): -4457492 or 15530939. OLE color: 15530939.
HSL color Cylindrical-coordinate representation of color #BBFBEC: hue angle of 165.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 236 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.02 |
| HSL | 165.94º | 0.89% | 0.86% | - |
| HSV(B) | 165.94º | 0.25% | 0.98% | - |
| XYZ | 70.13 | 85.62 | 92.19 | - |
| YUV | 230.15 | 131.3 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 236 | 0.25 | 0 | 0.06 | 0.02 | 165.94 | 0.89 | 0.86 |
| Hex | BB | FB | EC | 19 | 0 | 6 | 2 | A6 | 59 | 56 |
| Octal | 273 | 373 | 354 | 31 | 0 | 6 | 2 | 246 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11101100 | 11001 | 0 | 110 | 10 | 10100110 | 1011001 | 1010110 |
Color Harmonies of #BBFBEC
Complementary color
Monochromatic Colors of #BBFBEC
Black with #BBFBEC
Text Example
Text Example
White with #BBFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBEC; }
p { color: rgb(187,251,236); }
H1.HeaderClassName
{
color: #BBFBEC;
}
.AnyTagClassName
{
color: #BBFBEC;
}
</style>
background-color css
<style>
a { background-color: #BBFBEC; }
a { background-color: rgb(187,251,236); }
div.DivClassName
{
background-color: #BBFBEC;
}
.BgClassName
{
background-color: #BBFBEC;
}
</style>
border-color css
<style>
span { border-color: #BBFBEC; }
span { border-color: rgb(187,251,236); }
td.TdClassName
{
border-color: #BBFBEC;
}
.TagClassName
{
border-color: #BBFBEC;
}
</style>