Shades of Water Leaf #BAF0DF
Tints of Water Leaf #BAF0DF
RGB
CMYK
RGB Variations
Color information
#BAF0DF (or 0xBAF0DF) is known color: Water Leaf. HEX triplet: BA, F0 and DF. RGB value is (186,240,223). Sum of RGB (Red+Green+Blue) = 186+240+223=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0DF is #450F20. Grayscale: #DDDDDD. Windows color (decimal): -4525857 or 14676154. OLE color: 14676154.
HSL color Cylindrical-coordinate representation of color #BAF0DF: hue angle of 161.11º 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 #BAF0DF is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 223 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.06 |
| HSL | 161.11º | 0.64% | 0.84% | - |
| HSV(B) | 161.11º | 0.23% | 0.94% | - |
| XYZ | 64.73 | 78.09 | 81.47 | - |
| YUV | 221.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 223 | 0.22 | 0 | 0.07 | 0.06 | 161.11 | 0.64 | 0.84 |
| Hex | BA | F0 | DF | 16 | 0 | 7 | 6 | A1 | 40 | 54 |
| Octal | 272 | 360 | 337 | 26 | 0 | 7 | 6 | 241 | 100 | 124 |
| Binary | 10111010 | 11110000 | 11011111 | 10110 | 0 | 111 | 110 | 10100001 | 1000000 | 1010100 |
Color Harmonies of #BAF0DF
Complementary color
Monochromatic Colors of #BAF0DF
Black with #BAF0DF
Text Example
Text Example
White with #BAF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0DF; }
p { color: rgb(186,240,223); }
H1.HeaderClassName
{
color: #BAF0DF;
}
.AnyTagClassName
{
color: #BAF0DF;
}
</style>
background-color css
<style>
a { background-color: #BAF0DF; }
a { background-color: rgb(186,240,223); }
div.DivClassName
{
background-color: #BAF0DF;
}
.BgClassName
{
background-color: #BAF0DF;
}
</style>
border-color css
<style>
span { border-color: #BAF0DF; }
span { border-color: rgb(186,240,223); }
td.TdClassName
{
border-color: #BAF0DF;
}
.TagClassName
{
border-color: #BAF0DF;
}
</style>