Shades of Water Leaf #BBEADE
Tints of Water Leaf #BBEADE
RGB
CMYK
RGB Variations
Color information
#BBEADE (or 0xBBEADE) is known color: Water Leaf. HEX triplet: BB, EA and DE. RGB value is (187,234,222). Sum of RGB (Red+Green+Blue) = 187+234+222=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADE is #441521. Grayscale: #DADADA. Windows color (decimal): -4461858 or 14609083. OLE color: 14609083.
HSL color Cylindrical-coordinate representation of color #BBEADE: hue angle of 164.68º 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 #BBEADE is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 222 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.08 |
| HSL | 164.68º | 0.53% | 0.83% | - |
| HSV(B) | 164.68º | 0.2% | 0.92% | - |
| XYZ | 63.1 | 74.68 | 80.2 | - |
| YUV | 218.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 222 | 0.20 | 0 | 0.05 | 0.08 | 164.68 | 0.53 | 0.83 |
| Hex | BB | EA | DE | 14 | 0 | 5 | 8 | A5 | 35 | 53 |
| Octal | 273 | 352 | 336 | 24 | 0 | 5 | 10 | 245 | 65 | 123 |
| Binary | 10111011 | 11101010 | 11011110 | 10100 | 0 | 101 | 1000 | 10100101 | 110101 | 1010011 |
Color Harmonies of #BBEADE
Complementary color
Monochromatic Colors of #BBEADE
Black with #BBEADE
Text Example
Text Example
White with #BBEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEADE; }
p { color: rgb(187,234,222); }
H1.HeaderClassName
{
color: #BBEADE;
}
.AnyTagClassName
{
color: #BBEADE;
}
</style>
background-color css
<style>
a { background-color: #BBEADE; }
a { background-color: rgb(187,234,222); }
div.DivClassName
{
background-color: #BBEADE;
}
.BgClassName
{
background-color: #BBEADE;
}
</style>
border-color css
<style>
span { border-color: #BBEADE; }
span { border-color: rgb(187,234,222); }
td.TdClassName
{
border-color: #BBEADE;
}
.TagClassName
{
border-color: #BBEADE;
}
</style>