Shades of Water Leaf #BAFEED
Tints of Water Leaf #BAFEED
RGB
CMYK
RGB Variations
Color information
#BAFEED (or 0xBAFEED) is known color: Water Leaf. HEX triplet: BA, FE and ED. RGB value is (186,254,237). Sum of RGB (Red+Green+Blue) = 186+254+237=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEED is #450112. Grayscale: #E7E7E7. Windows color (decimal): -4522259 or 15597242. OLE color: 15597242.
HSL color Cylindrical-coordinate representation of color #BAFEED: hue angle of 165º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEED is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 237 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.00 |
| HSL | 165º | 0.97% | 0.86% | - |
| HSV(B) | 165º | 0.27% | 1% | - |
| XYZ | 70.98 | 87.44 | 93.26 | - |
| YUV | 231.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 237 | 0.27 | 0 | 0.07 | 0.00 | 165 | 0.97 | 0.86 |
| Hex | BA | FE | ED | 1B | 0 | 7 | 0 | A5 | 61 | 56 |
| Octal | 272 | 376 | 355 | 33 | 0 | 7 | 0 | 245 | 141 | 126 |
| Binary | 10111010 | 11111110 | 11101101 | 11011 | 0 | 111 | 0 | 10100101 | 1100001 | 1010110 |
Color Harmonies of #BAFEED
Complementary color
Monochromatic Colors of #BAFEED
Black with #BAFEED
Text Example
Text Example
White with #BAFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEED; }
p { color: rgb(186,254,237); }
H1.HeaderClassName
{
color: #BAFEED;
}
.AnyTagClassName
{
color: #BAFEED;
}
</style>
background-color css
<style>
a { background-color: #BAFEED; }
a { background-color: rgb(186,254,237); }
div.DivClassName
{
background-color: #BAFEED;
}
.BgClassName
{
background-color: #BAFEED;
}
</style>
border-color css
<style>
span { border-color: #BAFEED; }
span { border-color: rgb(186,254,237); }
td.TdClassName
{
border-color: #BAFEED;
}
.TagClassName
{
border-color: #BAFEED;
}
</style>