Shades of Water Leaf #BAF0DC
Tints of Water Leaf #BAF0DC
RGB
CMYK
RGB Variations
Color information
#BAF0DC (or 0xBAF0DC) is known color: Water Leaf. HEX triplet: BA, F0 and DC. RGB value is (186,240,220). Sum of RGB (Red+Green+Blue) = 186+240+220=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0DC is #450F23. Grayscale: #DDDDDD. Windows color (decimal): -4525860 or 14479546. OLE color: 14479546.
HSL color Cylindrical-coordinate representation of color #BAF0DC: hue angle of 157.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0DC is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 220 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.06 |
| HSL | 157.78º | 0.64% | 0.84% | - |
| HSV(B) | 157.78º | 0.23% | 0.94% | - |
| XYZ | 64.33 | 77.93 | 79.36 | - |
| YUV | 221.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 220 | 0.22 | 0 | 0.08 | 0.06 | 157.78 | 0.64 | 0.84 |
| Hex | BA | F0 | DC | 16 | 0 | 8 | 6 | 9E | 40 | 54 |
| Octal | 272 | 360 | 334 | 26 | 0 | 10 | 6 | 236 | 100 | 124 |
| Binary | 10111010 | 11110000 | 11011100 | 10110 | 0 | 1000 | 110 | 10011110 | 1000000 | 1010100 |
Color Harmonies of #BAF0DC
Complementary color
Monochromatic Colors of #BAF0DC
Black with #BAF0DC
Text Example
Text Example
White with #BAF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0DC; }
p { color: rgb(186,240,220); }
H1.HeaderClassName
{
color: #BAF0DC;
}
.AnyTagClassName
{
color: #BAF0DC;
}
</style>
background-color css
<style>
a { background-color: #BAF0DC; }
a { background-color: rgb(186,240,220); }
div.DivClassName
{
background-color: #BAF0DC;
}
.BgClassName
{
background-color: #BAF0DC;
}
</style>
border-color css
<style>
span { border-color: #BAF0DC; }
span { border-color: rgb(186,240,220); }
td.TdClassName
{
border-color: #BAF0DC;
}
.TagClassName
{
border-color: #BAF0DC;
}
</style>