Shades of Water Leaf #BBFAEC
Tints of Water Leaf #BBFAEC
RGB
CMYK
RGB Variations
Color information
#BBFAEC (or 0xBBFAEC) is known color: Water Leaf. HEX triplet: BB, FA and EC. RGB value is (187,250,236). Sum of RGB (Red+Green+Blue) = 187+250+236=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAEC is #440513. Grayscale: #E5E5E5. Windows color (decimal): -4457748 or 15530683. OLE color: 15530683.
HSL color Cylindrical-coordinate representation of color #BBFAEC: hue angle of 166.67º degrees, saturation: 0.86, 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 #BBFAEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 250 | 236 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.02 |
| HSL | 166.67º | 0.86% | 0.86% | - |
| HSV(B) | 166.67º | 0.25% | 0.98% | - |
| XYZ | 69.82 | 84.99 | 92.08 | - |
| YUV | 229.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 250 | 236 | 0.25 | 0 | 0.06 | 0.02 | 166.67 | 0.86 | 0.86 |
| Hex | BB | FA | EC | 19 | 0 | 6 | 2 | A7 | 56 | 56 |
| Octal | 273 | 372 | 354 | 31 | 0 | 6 | 2 | 247 | 126 | 126 |
| Binary | 10111011 | 11111010 | 11101100 | 11001 | 0 | 110 | 10 | 10100111 | 1010110 | 1010110 |
Color Harmonies of #BBFAEC
Complementary color
Monochromatic Colors of #BBFAEC
Black with #BBFAEC
Text Example
Text Example
White with #BBFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFAEC; }
p { color: rgb(187,250,236); }
H1.HeaderClassName
{
color: #BBFAEC;
}
.AnyTagClassName
{
color: #BBFAEC;
}
</style>
background-color css
<style>
a { background-color: #BBFAEC; }
a { background-color: rgb(187,250,236); }
div.DivClassName
{
background-color: #BBFAEC;
}
.BgClassName
{
background-color: #BBFAEC;
}
</style>
border-color css
<style>
span { border-color: #BBFAEC; }
span { border-color: rgb(187,250,236); }
td.TdClassName
{
border-color: #BBFAEC;
}
.TagClassName
{
border-color: #BBFAEC;
}
</style>