Shades of Water Leaf #BAFFF0
Tints of Water Leaf #BAFFF0
RGB
CMYK
RGB Variations
Color information
#BAFFF0 (or 0xBAFFF0) is known color: Water Leaf. HEX triplet: BA, FF and F0. RGB value is (186,255,240). Sum of RGB (Red+Green+Blue) = 186+255+240=681 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.31% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFF0 is #45000F. Grayscale: #E8E8E8. Windows color (decimal): -4522000 or 15794106. OLE color: 15794106.
HSL color Cylindrical-coordinate representation of color #BAFFF0: hue angle of 166.96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFF0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 240 | - |
| CMYK | 0.27 | 0 | 0.06 | 0 |
| HSL | 166.96º | 1% | 0.86% | - |
| HSV(B) | 166.96º | 0.27% | 1% | - |
| XYZ | 71.74 | 88.25 | 95.69 | - |
| YUV | 232.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 240 | 0.27 | 0 | 0.06 | 0 | 166.96 | 1 | 0.86 |
| Hex | BA | FF | F0 | 1B | 0 | 6 | 0 | A7 | 64 | 56 |
| Octal | 272 | 377 | 360 | 33 | 0 | 6 | 0 | 247 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11110000 | 11011 | 0 | 110 | 0 | 10100111 | 1100100 | 1010110 |
Color Harmonies of #BAFFF0
Complementary color
Monochromatic Colors of #BAFFF0
Black with #BAFFF0
Text Example
Text Example
White with #BAFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFF0; }
p { color: rgb(186,255,240); }
H1.HeaderClassName
{
color: #BAFFF0;
}
.AnyTagClassName
{
color: #BAFFF0;
}
</style>
background-color css
<style>
a { background-color: #BAFFF0; }
a { background-color: rgb(186,255,240); }
div.DivClassName
{
background-color: #BAFFF0;
}
.BgClassName
{
background-color: #BAFFF0;
}
</style>
border-color css
<style>
span { border-color: #BAFFF0; }
span { border-color: rgb(186,255,240); }
td.TdClassName
{
border-color: #BAFFF0;
}
.TagClassName
{
border-color: #BAFFF0;
}
</style>