Shades of Water Leaf #BAFBEE
Tints of Water Leaf #BAFBEE
RGB
CMYK
RGB Variations
Color information
#BAFBEE (or 0xBAFBEE) is known color: Water Leaf. HEX triplet: BA, FB and EE. RGB value is (186,251,238). Sum of RGB (Red+Green+Blue) = 186+251+238=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBEE is #450411. Grayscale: #E6E6E6. Windows color (decimal): -4523026 or 15662010. OLE color: 15662010.
HSL color Cylindrical-coordinate representation of color #BAFBEE: hue angle of 168º 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 #BAFBEE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 238 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.02 |
| HSL | 168º | 0.89% | 0.86% | - |
| HSV(B) | 168º | 0.26% | 0.98% | - |
| XYZ | 70.18 | 85.61 | 93.71 | - |
| YUV | 230.08 | 132.47 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 238 | 0.26 | 0 | 0.05 | 0.02 | 168 | 0.89 | 0.86 |
| Hex | BA | FB | EE | 1A | 0 | 5 | 2 | A8 | 59 | 56 |
| Octal | 272 | 373 | 356 | 32 | 0 | 5 | 2 | 250 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11101110 | 11010 | 0 | 101 | 10 | 10101000 | 1011001 | 1010110 |
Color Harmonies of #BAFBEE
Complementary color
Monochromatic Colors of #BAFBEE
Black with #BAFBEE
Text Example
Text Example
White with #BAFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBEE; }
p { color: rgb(186,251,238); }
H1.HeaderClassName
{
color: #BAFBEE;
}
.AnyTagClassName
{
color: #BAFBEE;
}
</style>
background-color css
<style>
a { background-color: #BAFBEE; }
a { background-color: rgb(186,251,238); }
div.DivClassName
{
background-color: #BAFBEE;
}
.BgClassName
{
background-color: #BAFBEE;
}
</style>
border-color css
<style>
span { border-color: #BAFBEE; }
span { border-color: rgb(186,251,238); }
td.TdClassName
{
border-color: #BAFBEE;
}
.TagClassName
{
border-color: #BAFBEE;
}
</style>