Shades of Water Leaf #BAF1DD
Tints of Water Leaf #BAF1DD
RGB
CMYK
RGB Variations
Color information
#BAF1DD (or 0xBAF1DD) is known color: Water Leaf. HEX triplet: BA, F1 and DD. RGB value is (186,241,221). Sum of RGB (Red+Green+Blue) = 186+241+221=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1DD is #450E22. Grayscale: #DEDEDE. Windows color (decimal): -4525603 or 14545338. OLE color: 14545338.
HSL color Cylindrical-coordinate representation of color #BAF1DD: hue angle of 158.18º degrees, saturation: 0.66, 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 #BAF1DD is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 221 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.05 |
| HSL | 158.18º | 0.66% | 0.84% | - |
| HSV(B) | 158.18º | 0.23% | 0.95% | - |
| XYZ | 64.76 | 78.57 | 80.16 | - |
| YUV | 222.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 221 | 0.23 | 0 | 0.08 | 0.05 | 158.18 | 0.66 | 0.84 |
| Hex | BA | F1 | DD | 17 | 0 | 8 | 5 | 9E | 42 | 54 |
| Octal | 272 | 361 | 335 | 27 | 0 | 10 | 5 | 236 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11011101 | 10111 | 0 | 1000 | 101 | 10011110 | 1000010 | 1010100 |
Color Harmonies of #BAF1DD
Complementary color
Monochromatic Colors of #BAF1DD
Black with #BAF1DD
Text Example
Text Example
White with #BAF1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1DD; }
p { color: rgb(186,241,221); }
H1.HeaderClassName
{
color: #BAF1DD;
}
.AnyTagClassName
{
color: #BAF1DD;
}
</style>
background-color css
<style>
a { background-color: #BAF1DD; }
a { background-color: rgb(186,241,221); }
div.DivClassName
{
background-color: #BAF1DD;
}
.BgClassName
{
background-color: #BAF1DD;
}
</style>
border-color css
<style>
span { border-color: #BAF1DD; }
span { border-color: rgb(186,241,221); }
td.TdClassName
{
border-color: #BAF1DD;
}
.TagClassName
{
border-color: #BAF1DD;
}
</style>