Shades of Water Leaf #BBF1E9
Tints of Water Leaf #BBF1E9
RGB
CMYK
RGB Variations
Color information
#BBF1E9 (or 0xBBF1E9) is known color: Water Leaf. HEX triplet: BB, F1 and E9. RGB value is (187,241,233). Sum of RGB (Red+Green+Blue) = 187+241+233=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1E9 is #440E16. Grayscale: #DFDFDF. Windows color (decimal): -4460055 or 15331771. OLE color: 15331771.
HSL color Cylindrical-coordinate representation of color #BBF1E9: hue angle of 171.11º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1E9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 233 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.05 |
| HSL | 171.11º | 0.66% | 0.84% | - |
| HSV(B) | 171.11º | 0.22% | 0.95% | - |
| XYZ | 66.66 | 79.36 | 88.9 | - |
| YUV | 223.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 233 | 0.22 | 0 | 0.03 | 0.05 | 171.11 | 0.66 | 0.84 |
| Hex | BB | F1 | E9 | 16 | 0 | 3 | 5 | AB | 42 | 54 |
| Octal | 273 | 361 | 351 | 26 | 0 | 3 | 5 | 253 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11101001 | 10110 | 0 | 11 | 101 | 10101011 | 1000010 | 1010100 |
Color Harmonies of #BBF1E9
Complementary color
Monochromatic Colors of #BBF1E9
Black with #BBF1E9
Text Example
Text Example
White with #BBF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1E9; }
p { color: rgb(187,241,233); }
H1.HeaderClassName
{
color: #BBF1E9;
}
.AnyTagClassName
{
color: #BBF1E9;
}
</style>
background-color css
<style>
a { background-color: #BBF1E9; }
a { background-color: rgb(187,241,233); }
div.DivClassName
{
background-color: #BBF1E9;
}
.BgClassName
{
background-color: #BBF1E9;
}
</style>
border-color css
<style>
span { border-color: #BBF1E9; }
span { border-color: rgb(187,241,233); }
td.TdClassName
{
border-color: #BBF1E9;
}
.TagClassName
{
border-color: #BBF1E9;
}
</style>