Shades of Water Leaf #BAECDA
Tints of Water Leaf #BAECDA
RGB
CMYK
RGB Variations
Color information
#BAECDA (or 0xBAECDA) is known color: Water Leaf. HEX triplet: BA, EC and DA. RGB value is (186,236,218). Sum of RGB (Red+Green+Blue) = 186+236+218=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECDA is #451325. Grayscale: #DBDBDB. Windows color (decimal): -4526886 or 14347450. OLE color: 14347450.
HSL color Cylindrical-coordinate representation of color #BAECDA: hue angle of 158.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECDA is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 186 | 236 | 218 | - |
CMYK | 0.21 | 0 | 0.08 | 0.07 |
HSL | 158.4º | 0.57% | 0.83% | - |
HSV(B) | 158.4º | 0.21% | 0.93% | - |
XYZ | 62.9 | 75.49 | 77.59 | - |
YUV | 219 | 127.44 | 104.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 236 | 218 | 0.21 | 0 | 0.08 | 0.07 | 158.4 | 0.57 | 0.83 |
Hex | BA | EC | DA | 15 | 0 | 8 | 7 | 9E | 39 | 53 |
Octal | 272 | 354 | 332 | 25 | 0 | 10 | 7 | 236 | 71 | 123 |
Binary | 10111010 | 11101100 | 11011010 | 10101 | 0 | 1000 | 111 | 10011110 | 111001 | 1010011 |
Color Harmonies of #BAECDA
Complementary color
Monochromatic Colors of #BAECDA
Black with #BAECDA
Text Example
Text Example
White with #BAECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECDA; }
p { color: rgb(186,236,218); }
H1.HeaderClassName
{
color: #BAECDA;
}
.AnyTagClassName
{
color: #BAECDA;
}
</style>
background-color css
<style>
a { background-color: #BAECDA; }
a { background-color: rgb(186,236,218); }
div.DivClassName
{
background-color: #BAECDA;
}
.BgClassName
{
background-color: #BAECDA;
}
</style>
border-color css
<style>
span { border-color: #BAECDA; }
span { border-color: rgb(186,236,218); }
td.TdClassName
{
border-color: #BAECDA;
}
.TagClassName
{
border-color: #BAECDA;
}
</style>