Shades of Water Leaf #BAEADB
Tints of Water Leaf #BAEADB
RGB
CMYK
RGB Variations
Color information
#BAEADB (or 0xBAEADB) is known color: Water Leaf. HEX triplet: BA, EA and DB. RGB value is (186,234,219). Sum of RGB (Red+Green+Blue) = 186+234+219=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEADB is #451524. Grayscale: #D9D9D9. Windows color (decimal): -4527397 or 14412474. OLE color: 14412474.
HSL color Cylindrical-coordinate representation of color #BAEADB: hue angle of 161.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEADB is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 219 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.08 |
| HSL | 161.25º | 0.53% | 0.82% | - |
| HSV(B) | 161.25º | 0.21% | 0.92% | - |
| XYZ | 62.46 | 74.4 | 78.09 | - |
| YUV | 217.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 219 | 0.21 | 0 | 0.06 | 0.08 | 161.25 | 0.53 | 0.82 |
| Hex | BA | EA | DB | 15 | 0 | 6 | 8 | A1 | 35 | 52 |
| Octal | 272 | 352 | 333 | 25 | 0 | 6 | 10 | 241 | 65 | 122 |
| Binary | 10111010 | 11101010 | 11011011 | 10101 | 0 | 110 | 1000 | 10100001 | 110101 | 1010010 |
Color Harmonies of #BAEADB
Complementary color
Monochromatic Colors of #BAEADB
Black with #BAEADB
Text Example
Text Example
White with #BAEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEADB; }
p { color: rgb(186,234,219); }
H1.HeaderClassName
{
color: #BAEADB;
}
.AnyTagClassName
{
color: #BAEADB;
}
</style>
background-color css
<style>
a { background-color: #BAEADB; }
a { background-color: rgb(186,234,219); }
div.DivClassName
{
background-color: #BAEADB;
}
.BgClassName
{
background-color: #BAEADB;
}
</style>
border-color css
<style>
span { border-color: #BAEADB; }
span { border-color: rgb(186,234,219); }
td.TdClassName
{
border-color: #BAEADB;
}
.TagClassName
{
border-color: #BAEADB;
}
</style>