Shades of Water Leaf #BAF9ED
Tints of Water Leaf #BAF9ED
RGB
CMYK
RGB Variations
Color information
#BAF9ED (or 0xBAF9ED) is known color: Water Leaf. HEX triplet: BA, F9 and ED. RGB value is (186,249,237). Sum of RGB (Red+Green+Blue) = 186+249+237=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9ED is #450612. Grayscale: #E4E4E4. Windows color (decimal): -4523539 or 15595962. OLE color: 15595962.
HSL color Cylindrical-coordinate representation of color #BAF9ED: hue angle of 168.57º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9ED is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 237 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.02 |
| HSL | 168.57º | 0.84% | 0.85% | - |
| HSV(B) | 168.57º | 0.25% | 0.98% | - |
| XYZ | 69.41 | 84.3 | 92.73 | - |
| YUV | 228.8 | 132.63 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 237 | 0.25 | 0 | 0.05 | 0.02 | 168.57 | 0.84 | 0.85 |
| Hex | BA | F9 | ED | 19 | 0 | 5 | 2 | A9 | 54 | 55 |
| Octal | 272 | 371 | 355 | 31 | 0 | 5 | 2 | 251 | 124 | 125 |
| Binary | 10111010 | 11111001 | 11101101 | 11001 | 0 | 101 | 10 | 10101001 | 1010100 | 1010101 |
Color Harmonies of #BAF9ED
Complementary color
Monochromatic Colors of #BAF9ED
Black with #BAF9ED
Text Example
Text Example
White with #BAF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF9ED; }
p { color: rgb(186,249,237); }
H1.HeaderClassName
{
color: #BAF9ED;
}
.AnyTagClassName
{
color: #BAF9ED;
}
</style>
background-color css
<style>
a { background-color: #BAF9ED; }
a { background-color: rgb(186,249,237); }
div.DivClassName
{
background-color: #BAF9ED;
}
.BgClassName
{
background-color: #BAF9ED;
}
</style>
border-color css
<style>
span { border-color: #BAF9ED; }
span { border-color: rgb(186,249,237); }
td.TdClassName
{
border-color: #BAF9ED;
}
.TagClassName
{
border-color: #BAF9ED;
}
</style>