Shades of Water Leaf #BBF2E5
Tints of Water Leaf #BBF2E5
RGB
CMYK
RGB Variations
Color information
#BBF2E5 (or 0xBBF2E5) is known color: Water Leaf. HEX triplet: BB, F2 and E5. RGB value is (187,242,229). Sum of RGB (Red+Green+Blue) = 187+242+229=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2E5 is #440D1A. Grayscale: #E0E0E0. Windows color (decimal): -4459803 or 15069883. OLE color: 15069883.
HSL color Cylindrical-coordinate representation of color #BBF2E5: hue angle of 165.82º degrees, saturation: 0.68, 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 #BBF2E5 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 229 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.05 |
| HSL | 165.82º | 0.68% | 0.84% | - |
| HSV(B) | 165.82º | 0.23% | 0.95% | - |
| XYZ | 66.39 | 79.73 | 86.02 | - |
| YUV | 224.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 229 | 0.23 | 0 | 0.05 | 0.05 | 165.82 | 0.68 | 0.84 |
| Hex | BB | F2 | E5 | 17 | 0 | 5 | 5 | A6 | 44 | 54 |
| Octal | 273 | 362 | 345 | 27 | 0 | 5 | 5 | 246 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11100101 | 10111 | 0 | 101 | 101 | 10100110 | 1000100 | 1010100 |
Color Harmonies of #BBF2E5
Complementary color
Monochromatic Colors of #BBF2E5
Black with #BBF2E5
Text Example
Text Example
White with #BBF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2E5; }
p { color: rgb(187,242,229); }
H1.HeaderClassName
{
color: #BBF2E5;
}
.AnyTagClassName
{
color: #BBF2E5;
}
</style>
background-color css
<style>
a { background-color: #BBF2E5; }
a { background-color: rgb(187,242,229); }
div.DivClassName
{
background-color: #BBF2E5;
}
.BgClassName
{
background-color: #BBF2E5;
}
</style>
border-color css
<style>
span { border-color: #BBF2E5; }
span { border-color: rgb(187,242,229); }
td.TdClassName
{
border-color: #BBF2E5;
}
.TagClassName
{
border-color: #BBF2E5;
}
</style>