Shades of Water Leaf #BAF2DD
Tints of Water Leaf #BAF2DD
RGB
CMYK
RGB Variations
Color information
#BAF2DD (or 0xBAF2DD) is known color: Water Leaf. HEX triplet: BA, F2 and DD. RGB value is (186,242,221). Sum of RGB (Red+Green+Blue) = 186+242+221=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2DD is #450D22. Grayscale: #DEDEDE. Windows color (decimal): -4525347 or 14545594. OLE color: 14545594.
HSL color Cylindrical-coordinate representation of color #BAF2DD: hue angle of 157.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2DD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 221 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.05 |
| HSL | 157.5º | 0.68% | 0.84% | - |
| HSV(B) | 157.5º | 0.23% | 0.95% | - |
| XYZ | 65.05 | 79.16 | 80.26 | - |
| YUV | 222.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 221 | 0.23 | 0 | 0.09 | 0.05 | 157.5 | 0.68 | 0.84 |
| Hex | BA | F2 | DD | 17 | 0 | 9 | 5 | 9E | 44 | 54 |
| Octal | 272 | 362 | 335 | 27 | 0 | 11 | 5 | 236 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11011101 | 10111 | 0 | 1001 | 101 | 10011110 | 1000100 | 1010100 |
Color Harmonies of #BAF2DD
Complementary color
Monochromatic Colors of #BAF2DD
Black with #BAF2DD
Text Example
Text Example
White with #BAF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2DD; }
p { color: rgb(186,242,221); }
H1.HeaderClassName
{
color: #BAF2DD;
}
.AnyTagClassName
{
color: #BAF2DD;
}
</style>
background-color css
<style>
a { background-color: #BAF2DD; }
a { background-color: rgb(186,242,221); }
div.DivClassName
{
background-color: #BAF2DD;
}
.BgClassName
{
background-color: #BAF2DD;
}
</style>
border-color css
<style>
span { border-color: #BAF2DD; }
span { border-color: rgb(186,242,221); }
td.TdClassName
{
border-color: #BAF2DD;
}
.TagClassName
{
border-color: #BAF2DD;
}
</style>