Shades of Water Leaf #BBF3E7
Tints of Water Leaf #BBF3E7
RGB
CMYK
RGB Variations
Color information
#BBF3E7 (or 0xBBF3E7) is known color: Water Leaf. HEX triplet: BB, F3 and E7. RGB value is (187,243,231). Sum of RGB (Red+Green+Blue) = 187+243+231=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3E7 is #440C18. Grayscale: #E0E0E0. Windows color (decimal): -4459545 or 15201211. OLE color: 15201211.
HSL color Cylindrical-coordinate representation of color #BBF3E7: hue angle of 167.14º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3E7 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 231 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.05 |
| HSL | 167.14º | 0.7% | 0.84% | - |
| HSV(B) | 167.14º | 0.23% | 0.95% | - |
| XYZ | 66.97 | 80.44 | 87.6 | - |
| YUV | 224.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 231 | 0.23 | 0 | 0.05 | 0.05 | 167.14 | 0.7 | 0.84 |
| Hex | BB | F3 | E7 | 17 | 0 | 5 | 5 | A7 | 46 | 54 |
| Octal | 273 | 363 | 347 | 27 | 0 | 5 | 5 | 247 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11100111 | 10111 | 0 | 101 | 101 | 10100111 | 1000110 | 1010100 |
Color Harmonies of #BBF3E7
Complementary color
Monochromatic Colors of #BBF3E7
Black with #BBF3E7
Text Example
Text Example
White with #BBF3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3E7; }
p { color: rgb(187,243,231); }
H1.HeaderClassName
{
color: #BBF3E7;
}
.AnyTagClassName
{
color: #BBF3E7;
}
</style>
background-color css
<style>
a { background-color: #BBF3E7; }
a { background-color: rgb(187,243,231); }
div.DivClassName
{
background-color: #BBF3E7;
}
.BgClassName
{
background-color: #BBF3E7;
}
</style>
border-color css
<style>
span { border-color: #BBF3E7; }
span { border-color: rgb(187,243,231); }
td.TdClassName
{
border-color: #BBF3E7;
}
.TagClassName
{
border-color: #BBF3E7;
}
</style>