Shades of Water Leaf #BBEAE1
Tints of Water Leaf #BBEAE1
RGB
CMYK
RGB Variations
Color information
#BBEAE1 (or 0xBBEAE1) is known color: Water Leaf. HEX triplet: BB, EA and E1. RGB value is (187,234,225). Sum of RGB (Red+Green+Blue) = 187+234+225=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAE1 is #44151E. Grayscale: #DADADA. Windows color (decimal): -4461855 or 14805691. OLE color: 14805691.
HSL color Cylindrical-coordinate representation of color #BBEAE1: hue angle of 168.51º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAE1 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 225 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.08 |
| HSL | 168.51º | 0.53% | 0.83% | - |
| HSV(B) | 168.51º | 0.2% | 0.92% | - |
| XYZ | 63.51 | 74.85 | 82.33 | - |
| YUV | 218.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 225 | 0.20 | 0 | 0.04 | 0.08 | 168.51 | 0.53 | 0.83 |
| Hex | BB | EA | E1 | 14 | 0 | 4 | 8 | A9 | 35 | 53 |
| Octal | 273 | 352 | 341 | 24 | 0 | 4 | 10 | 251 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11100001 | 10100 | 0 | 100 | 1000 | 10101001 | 110101 | 1010011 |
Color Harmonies of #BBEAE1
Complementary color
Monochromatic Colors of #BBEAE1
Black with #BBEAE1
Text Example
Text Example
White with #BBEAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEAE1; }
p { color: rgb(187,234,225); }
H1.HeaderClassName
{
color: #BBEAE1;
}
.AnyTagClassName
{
color: #BBEAE1;
}
</style>
background-color css
<style>
a { background-color: #BBEAE1; }
a { background-color: rgb(187,234,225); }
div.DivClassName
{
background-color: #BBEAE1;
}
.BgClassName
{
background-color: #BBEAE1;
}
</style>
border-color css
<style>
span { border-color: #BBEAE1; }
span { border-color: rgb(187,234,225); }
td.TdClassName
{
border-color: #BBEAE1;
}
.TagClassName
{
border-color: #BBEAE1;
}
</style>