Shades of Water Leaf #BAEADF
Tints of Water Leaf #BAEADF
RGB
CMYK
RGB Variations
Color information
#BAEADF (or 0xBAEADF) is known color: Water Leaf. HEX triplet: BA, EA and DF. RGB value is (186,234,223). Sum of RGB (Red+Green+Blue) = 186+234+223=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEADF is #451520. Grayscale: #DADADA. Windows color (decimal): -4527393 or 14674618. OLE color: 14674618.
HSL color Cylindrical-coordinate representation of color #BAEADF: hue angle of 166.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 #BAEADF is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 223 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.08 |
| HSL | 166.25º | 0.53% | 0.82% | - |
| HSV(B) | 166.25º | 0.21% | 0.92% | - |
| XYZ | 62.99 | 74.61 | 80.89 | - |
| YUV | 218.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 223 | 0.21 | 0 | 0.05 | 0.08 | 166.25 | 0.53 | 0.82 |
| Hex | BA | EA | DF | 15 | 0 | 5 | 8 | A6 | 35 | 52 |
| Octal | 272 | 352 | 337 | 25 | 0 | 5 | 10 | 246 | 65 | 122 |
| Binary | 10111010 | 11101010 | 11011111 | 10101 | 0 | 101 | 1000 | 10100110 | 110101 | 1010010 |
Color Harmonies of #BAEADF
Complementary color
Monochromatic Colors of #BAEADF
Black with #BAEADF
Text Example
Text Example
White with #BAEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEADF; }
p { color: rgb(186,234,223); }
H1.HeaderClassName
{
color: #BAEADF;
}
.AnyTagClassName
{
color: #BAEADF;
}
</style>
background-color css
<style>
a { background-color: #BAEADF; }
a { background-color: rgb(186,234,223); }
div.DivClassName
{
background-color: #BAEADF;
}
.BgClassName
{
background-color: #BAEADF;
}
</style>
border-color css
<style>
span { border-color: #BAEADF; }
span { border-color: rgb(186,234,223); }
td.TdClassName
{
border-color: #BAEADF;
}
.TagClassName
{
border-color: #BAEADF;
}
</style>