Shades of Water Leaf #BAFBE8
Tints of Water Leaf #BAFBE8
RGB
CMYK
RGB Variations
Color information
#BAFBE8 (or 0xBAFBE8) is known color: Water Leaf. HEX triplet: BA, FB and E8. RGB value is (186,251,232). Sum of RGB (Red+Green+Blue) = 186+251+232=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBE8 is #450417. Grayscale: #E5E5E5. Windows color (decimal): -4523032 or 15268794. OLE color: 15268794.
HSL color Cylindrical-coordinate representation of color #BAFBE8: hue angle of 162.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBE8 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 232 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.02 |
| HSL | 162.46º | 0.89% | 0.86% | - |
| HSV(B) | 162.46º | 0.26% | 0.98% | - |
| XYZ | 69.31 | 85.26 | 89.15 | - |
| YUV | 229.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 232 | 0.26 | 0 | 0.08 | 0.02 | 162.46 | 0.89 | 0.86 |
| Hex | BA | FB | E8 | 1A | 0 | 8 | 2 | A2 | 59 | 56 |
| Octal | 272 | 373 | 350 | 32 | 0 | 10 | 2 | 242 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11101000 | 11010 | 0 | 1000 | 10 | 10100010 | 1011001 | 1010110 |
Color Harmonies of #BAFBE8
Complementary color
Monochromatic Colors of #BAFBE8
Black with #BAFBE8
Text Example
Text Example
White with #BAFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBE8; }
p { color: rgb(186,251,232); }
H1.HeaderClassName
{
color: #BAFBE8;
}
.AnyTagClassName
{
color: #BAFBE8;
}
</style>
background-color css
<style>
a { background-color: #BAFBE8; }
a { background-color: rgb(186,251,232); }
div.DivClassName
{
background-color: #BAFBE8;
}
.BgClassName
{
background-color: #BAFBE8;
}
</style>
border-color css
<style>
span { border-color: #BAFBE8; }
span { border-color: rgb(186,251,232); }
td.TdClassName
{
border-color: #BAFBE8;
}
.TagClassName
{
border-color: #BAFBE8;
}
</style>