Shades of Water Leaf #BAF3DF
Tints of Water Leaf #BAF3DF
RGB
CMYK
RGB Variations
Color information
#BAF3DF (or 0xBAF3DF) is known color: Water Leaf. HEX triplet: BA, F3 and DF. RGB value is (186,243,223). Sum of RGB (Red+Green+Blue) = 186+243+223=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3DF is #450C20. Grayscale: #DFDFDF. Windows color (decimal): -4525089 or 14676922. OLE color: 14676922.
HSL color Cylindrical-coordinate representation of color #BAF3DF: hue angle of 158.95º degrees, saturation: 0.7, 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 #BAF3DF is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 223 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.05 |
| HSL | 158.95º | 0.7% | 0.84% | - |
| HSV(B) | 158.95º | 0.23% | 0.95% | - |
| XYZ | 65.62 | 79.87 | 81.77 | - |
| YUV | 223.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 223 | 0.23 | 0 | 0.08 | 0.05 | 158.95 | 0.7 | 0.84 |
| Hex | BA | F3 | DF | 17 | 0 | 8 | 5 | 9F | 46 | 54 |
| Octal | 272 | 363 | 337 | 27 | 0 | 10 | 5 | 237 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11011111 | 10111 | 0 | 1000 | 101 | 10011111 | 1000110 | 1010100 |
Color Harmonies of #BAF3DF
Complementary color
Monochromatic Colors of #BAF3DF
Black with #BAF3DF
Text Example
Text Example
White with #BAF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3DF; }
p { color: rgb(186,243,223); }
H1.HeaderClassName
{
color: #BAF3DF;
}
.AnyTagClassName
{
color: #BAF3DF;
}
</style>
background-color css
<style>
a { background-color: #BAF3DF; }
a { background-color: rgb(186,243,223); }
div.DivClassName
{
background-color: #BAF3DF;
}
.BgClassName
{
background-color: #BAF3DF;
}
</style>
border-color css
<style>
span { border-color: #BAF3DF; }
span { border-color: rgb(186,243,223); }
td.TdClassName
{
border-color: #BAF3DF;
}
.TagClassName
{
border-color: #BAF3DF;
}
</style>