Shades of Water Leaf #BAF1DF
Tints of Water Leaf #BAF1DF
RGB
CMYK
RGB Variations
Color information
#BAF1DF (or 0xBAF1DF) is known color: Water Leaf. HEX triplet: BA, F1 and DF. RGB value is (186,241,223). Sum of RGB (Red+Green+Blue) = 186+241+223=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1DF is #450E20. Grayscale: #DEDEDE. Windows color (decimal): -4525601 or 14676410. OLE color: 14676410.
HSL color Cylindrical-coordinate representation of color #BAF1DF: hue angle of 160.36º 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 #BAF1DF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 223 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.05 |
| HSL | 160.36º | 0.66% | 0.84% | - |
| HSV(B) | 160.36º | 0.23% | 0.95% | - |
| XYZ | 65.02 | 78.68 | 81.57 | - |
| YUV | 222.5 | 128.28 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 223 | 0.23 | 0 | 0.07 | 0.05 | 160.36 | 0.66 | 0.84 |
| Hex | BA | F1 | DF | 17 | 0 | 7 | 5 | A0 | 42 | 54 |
| Octal | 272 | 361 | 337 | 27 | 0 | 7 | 5 | 240 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11011111 | 10111 | 0 | 111 | 101 | 10100000 | 1000010 | 1010100 |
Color Harmonies of #BAF1DF
Complementary color
Monochromatic Colors of #BAF1DF
Black with #BAF1DF
Text Example
Text Example
White with #BAF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1DF; }
p { color: rgb(186,241,223); }
H1.HeaderClassName
{
color: #BAF1DF;
}
.AnyTagClassName
{
color: #BAF1DF;
}
</style>
background-color css
<style>
a { background-color: #BAF1DF; }
a { background-color: rgb(186,241,223); }
div.DivClassName
{
background-color: #BAF1DF;
}
.BgClassName
{
background-color: #BAF1DF;
}
</style>
border-color css
<style>
span { border-color: #BAF1DF; }
span { border-color: rgb(186,241,223); }
td.TdClassName
{
border-color: #BAF1DF;
}
.TagClassName
{
border-color: #BAF1DF;
}
</style>