Shades of Water Leaf #BBEEE8
Tints of Water Leaf #BBEEE8
RGB
CMYK
RGB Variations
Color information
#BBEEE8 (or 0xBBEEE8) is known color: Water Leaf. HEX triplet: BB, EE and E8. RGB value is (187,238,232). Sum of RGB (Red+Green+Blue) = 187+238+232=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEE8 is #441117. Grayscale: #DEDEDE. Windows color (decimal): -4460824 or 15265467. OLE color: 15265467.
HSL color Cylindrical-coordinate representation of color #BBEEE8: hue angle of 172.94º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEE8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 232 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.07 |
| HSL | 172.94º | 0.6% | 0.83% | - |
| HSV(B) | 172.94º | 0.21% | 0.93% | - |
| XYZ | 65.63 | 77.54 | 87.85 | - |
| YUV | 222.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 232 | 0.21 | 0 | 0.03 | 0.07 | 172.94 | 0.6 | 0.83 |
| Hex | BB | EE | E8 | 15 | 0 | 3 | 7 | AD | 3C | 53 |
| Octal | 273 | 356 | 350 | 25 | 0 | 3 | 7 | 255 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11101000 | 10101 | 0 | 11 | 111 | 10101101 | 111100 | 1010011 |
Color Harmonies of #BBEEE8
Complementary color
Monochromatic Colors of #BBEEE8
Black with #BBEEE8
Text Example
Text Example
White with #BBEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEE8; }
p { color: rgb(187,238,232); }
H1.HeaderClassName
{
color: #BBEEE8;
}
.AnyTagClassName
{
color: #BBEEE8;
}
</style>
background-color css
<style>
a { background-color: #BBEEE8; }
a { background-color: rgb(187,238,232); }
div.DivClassName
{
background-color: #BBEEE8;
}
.BgClassName
{
background-color: #BBEEE8;
}
</style>
border-color css
<style>
span { border-color: #BBEEE8; }
span { border-color: rgb(187,238,232); }
td.TdClassName
{
border-color: #BBEEE8;
}
.TagClassName
{
border-color: #BBEEE8;
}
</style>