Shades of Water Leaf #BBFFEE
Tints of Water Leaf #BBFFEE
RGB
CMYK
RGB Variations
Color information
#BBFFEE (or 0xBBFFEE) is known color: Water Leaf. HEX triplet: BB, FF and EE. RGB value is (187,255,238). Sum of RGB (Red+Green+Blue) = 187+255+238=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFEE is #440011. Grayscale: #E8E8E8. Windows color (decimal): -4456466 or 15663035. OLE color: 15663035.
HSL color Cylindrical-coordinate representation of color #BBFFEE: hue angle of 165º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFEE is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 238 | - |
| CMYK | 0.27 | 0 | 0.07 | 0 |
| HSL | 165º | 1% | 0.87% | - |
| HSV(B) | 165º | 0.27% | 1% | - |
| XYZ | 71.69 | 88.26 | 94.15 | - |
| YUV | 232.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 238 | 0.27 | 0 | 0.07 | 0 | 165 | 1 | 0.87 |
| Hex | BB | FF | EE | 1B | 0 | 7 | 0 | A5 | 64 | 57 |
| Octal | 273 | 377 | 356 | 33 | 0 | 7 | 0 | 245 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11101110 | 11011 | 0 | 111 | 0 | 10100101 | 1100100 | 1010111 |
Color Harmonies of #BBFFEE
Complementary color
Monochromatic Colors of #BBFFEE
Black with #BBFFEE
Text Example
Text Example
White with #BBFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFEE; }
p { color: rgb(187,255,238); }
H1.HeaderClassName
{
color: #BBFFEE;
}
.AnyTagClassName
{
color: #BBFFEE;
}
</style>
background-color css
<style>
a { background-color: #BBFFEE; }
a { background-color: rgb(187,255,238); }
div.DivClassName
{
background-color: #BBFFEE;
}
.BgClassName
{
background-color: #BBFFEE;
}
</style>
border-color css
<style>
span { border-color: #BBFFEE; }
span { border-color: rgb(187,255,238); }
td.TdClassName
{
border-color: #BBFFEE;
}
.TagClassName
{
border-color: #BBFFEE;
}
</style>