Shades of Water Leaf #BBEBDA
Tints of Water Leaf #BBEBDA
RGB
CMYK
RGB Variations
Color information
#BBEBDA (or 0xBBEBDA) is known color: Water Leaf. HEX triplet: BB, EB and DA. RGB value is (187,235,218). Sum of RGB (Red+Green+Blue) = 187+235+218=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBDA is #441425. Grayscale: #DADADA. Windows color (decimal): -4461606 or 14347195. OLE color: 14347195.
HSL color Cylindrical-coordinate representation of color #BBEBDA: hue angle of 158.75º 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 #BBEBDA is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 218 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.08 |
| HSL | 158.75º | 0.55% | 0.83% | - |
| HSV(B) | 158.75º | 0.2% | 0.92% | - |
| XYZ | 62.86 | 75.04 | 77.5 | - |
| YUV | 218.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 218 | 0.20 | 0 | 0.07 | 0.08 | 158.75 | 0.55 | 0.83 |
| Hex | BB | EB | DA | 14 | 0 | 7 | 8 | 9F | 37 | 53 |
| Octal | 273 | 353 | 332 | 24 | 0 | 7 | 10 | 237 | 67 | 123 |
| Binary | 10111011 | 11101011 | 11011010 | 10100 | 0 | 111 | 1000 | 10011111 | 110111 | 1010011 |
Color Harmonies of #BBEBDA
Complementary color
Monochromatic Colors of #BBEBDA
Black with #BBEBDA
Text Example
Text Example
White with #BBEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBDA; }
p { color: rgb(187,235,218); }
H1.HeaderClassName
{
color: #BBEBDA;
}
.AnyTagClassName
{
color: #BBEBDA;
}
</style>
background-color css
<style>
a { background-color: #BBEBDA; }
a { background-color: rgb(187,235,218); }
div.DivClassName
{
background-color: #BBEBDA;
}
.BgClassName
{
background-color: #BBEBDA;
}
</style>
border-color css
<style>
span { border-color: #BBEBDA; }
span { border-color: rgb(187,235,218); }
td.TdClassName
{
border-color: #BBEBDA;
}
.TagClassName
{
border-color: #BBEBDA;
}
</style>