Shades of Water Leaf #BBEBE5
Tints of Water Leaf #BBEBE5
RGB
CMYK
RGB Variations
Color information
#BBEBE5 (or 0xBBEBE5) is known color: Water Leaf. HEX triplet: BB, EB and E5. RGB value is (187,235,229). Sum of RGB (Red+Green+Blue) = 187+235+229=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBE5 is #44141A. Grayscale: #DBDBDB. Windows color (decimal): -4461595 or 15068091. OLE color: 15068091.
HSL color Cylindrical-coordinate representation of color #BBEBE5: hue angle of 172.5º degrees, saturation: 0.55, 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 #BBEBE5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 229 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.08 |
| HSL | 172.5º | 0.55% | 0.83% | - |
| HSV(B) | 172.5º | 0.2% | 0.92% | - |
| XYZ | 64.34 | 75.64 | 85.34 | - |
| YUV | 219.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 229 | 0.20 | 0 | 0.03 | 0.08 | 172.5 | 0.55 | 0.83 |
| Hex | BB | EB | E5 | 14 | 0 | 3 | 8 | AC | 37 | 53 |
| Octal | 273 | 353 | 345 | 24 | 0 | 3 | 10 | 254 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11100101 | 10100 | 0 | 11 | 1000 | 10101100 | 110111 | 1010011 |
Color Harmonies of #BBEBE5
Complementary color
Monochromatic Colors of #BBEBE5
Black with #BBEBE5
Text Example
Text Example
White with #BBEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBE5; }
p { color: rgb(187,235,229); }
H1.HeaderClassName
{
color: #BBEBE5;
}
.AnyTagClassName
{
color: #BBEBE5;
}
</style>
background-color css
<style>
a { background-color: #BBEBE5; }
a { background-color: rgb(187,235,229); }
div.DivClassName
{
background-color: #BBEBE5;
}
.BgClassName
{
background-color: #BBEBE5;
}
</style>
border-color css
<style>
span { border-color: #BBEBE5; }
span { border-color: rgb(187,235,229); }
td.TdClassName
{
border-color: #BBEBE5;
}
.TagClassName
{
border-color: #BBEBE5;
}
</style>