Shades of Water Leaf #BBF1E5
Tints of Water Leaf #BBF1E5
RGB
CMYK
RGB Variations
Color information
#BBF1E5 (or 0xBBF1E5) is known color: Water Leaf. HEX triplet: BB, F1 and E5. RGB value is (187,241,229). Sum of RGB (Red+Green+Blue) = 187+241+229=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1E5 is #440E1A. Grayscale: #DFDFDF. Windows color (decimal): -4460059 or 15069627. OLE color: 15069627.
HSL color Cylindrical-coordinate representation of color #BBF1E5: hue angle of 166.67º 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 #BBF1E5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 229 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.05 |
| HSL | 166.67º | 0.66% | 0.84% | - |
| HSV(B) | 166.67º | 0.22% | 0.95% | - |
| XYZ | 66.09 | 79.13 | 85.92 | - |
| YUV | 223.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 229 | 0.22 | 0 | 0.05 | 0.05 | 166.67 | 0.66 | 0.84 |
| Hex | BB | F1 | E5 | 16 | 0 | 5 | 5 | A7 | 42 | 54 |
| Octal | 273 | 361 | 345 | 26 | 0 | 5 | 5 | 247 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11100101 | 10110 | 0 | 101 | 101 | 10100111 | 1000010 | 1010100 |
Color Harmonies of #BBF1E5
Complementary color
Monochromatic Colors of #BBF1E5
Black with #BBF1E5
Text Example
Text Example
White with #BBF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1E5; }
p { color: rgb(187,241,229); }
H1.HeaderClassName
{
color: #BBF1E5;
}
.AnyTagClassName
{
color: #BBF1E5;
}
</style>
background-color css
<style>
a { background-color: #BBF1E5; }
a { background-color: rgb(187,241,229); }
div.DivClassName
{
background-color: #BBF1E5;
}
.BgClassName
{
background-color: #BBF1E5;
}
</style>
border-color css
<style>
span { border-color: #BBF1E5; }
span { border-color: rgb(187,241,229); }
td.TdClassName
{
border-color: #BBF1E5;
}
.TagClassName
{
border-color: #BBF1E5;
}
</style>