Shades of Water Leaf #BAEDDF
Tints of Water Leaf #BAEDDF
RGB
CMYK
RGB Variations
Color information
#BAEDDF (or 0xBAEDDF) is known color: Water Leaf. HEX triplet: BA, ED and DF. RGB value is (186,237,223). Sum of RGB (Red+Green+Blue) = 186+237+223=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDDF is #451220. Grayscale: #DCDCDC. Windows color (decimal): -4526625 or 14675386. OLE color: 14675386.
HSL color Cylindrical-coordinate representation of color #BAEDDF: hue angle of 163.53º 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 #BAEDDF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 223 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.07 |
| HSL | 163.53º | 0.59% | 0.83% | - |
| HSV(B) | 163.53º | 0.22% | 0.93% | - |
| XYZ | 63.85 | 76.34 | 81.18 | - |
| YUV | 220.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 223 | 0.22 | 0 | 0.06 | 0.07 | 163.53 | 0.59 | 0.83 |
| Hex | BA | ED | DF | 16 | 0 | 6 | 7 | A4 | 3B | 53 |
| Octal | 272 | 355 | 337 | 26 | 0 | 6 | 7 | 244 | 73 | 123 |
| Binary | 10111010 | 11101101 | 11011111 | 10110 | 0 | 110 | 111 | 10100100 | 111011 | 1010011 |
Color Harmonies of #BAEDDF
Complementary color
Monochromatic Colors of #BAEDDF
Black with #BAEDDF
Text Example
Text Example
White with #BAEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDDF; }
p { color: rgb(186,237,223); }
H1.HeaderClassName
{
color: #BAEDDF;
}
.AnyTagClassName
{
color: #BAEDDF;
}
</style>
background-color css
<style>
a { background-color: #BAEDDF; }
a { background-color: rgb(186,237,223); }
div.DivClassName
{
background-color: #BAEDDF;
}
.BgClassName
{
background-color: #BAEDDF;
}
</style>
border-color css
<style>
span { border-color: #BAEDDF; }
span { border-color: rgb(186,237,223); }
td.TdClassName
{
border-color: #BAEDDF;
}
.TagClassName
{
border-color: #BAEDDF;
}
</style>