Shades of Water Leaf #BAEDDB
Tints of Water Leaf #BAEDDB
RGB
CMYK
RGB Variations
Color information
#BAEDDB (or 0xBAEDDB) is known color: Water Leaf. HEX triplet: BA, ED and DB. RGB value is (186,237,219). Sum of RGB (Red+Green+Blue) = 186+237+219=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDDB is #451224. Grayscale: #DBDBDB. Windows color (decimal): -4526629 or 14413242. OLE color: 14413242.
HSL color Cylindrical-coordinate representation of color #BAEDDB: hue angle of 158.82º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDDB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 219 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.07 |
| HSL | 158.82º | 0.59% | 0.83% | - |
| HSV(B) | 158.82º | 0.22% | 0.93% | - |
| XYZ | 63.32 | 76.12 | 78.37 | - |
| YUV | 219.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 219 | 0.22 | 0 | 0.08 | 0.07 | 158.82 | 0.59 | 0.83 |
| Hex | BA | ED | DB | 16 | 0 | 8 | 7 | 9F | 3B | 53 |
| Octal | 272 | 355 | 333 | 26 | 0 | 10 | 7 | 237 | 73 | 123 |
| Binary | 10111010 | 11101101 | 11011011 | 10110 | 0 | 1000 | 111 | 10011111 | 111011 | 1010011 |
Color Harmonies of #BAEDDB
Complementary color
Monochromatic Colors of #BAEDDB
Black with #BAEDDB
Text Example
Text Example
White with #BAEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDDB; }
p { color: rgb(186,237,219); }
H1.HeaderClassName
{
color: #BAEDDB;
}
.AnyTagClassName
{
color: #BAEDDB;
}
</style>
background-color css
<style>
a { background-color: #BAEDDB; }
a { background-color: rgb(186,237,219); }
div.DivClassName
{
background-color: #BAEDDB;
}
.BgClassName
{
background-color: #BAEDDB;
}
</style>
border-color css
<style>
span { border-color: #BAEDDB; }
span { border-color: rgb(186,237,219); }
td.TdClassName
{
border-color: #BAEDDB;
}
.TagClassName
{
border-color: #BAEDDB;
}
</style>