Shades of Water Leaf #BAF8E4
Tints of Water Leaf #BAF8E4
RGB
CMYK
RGB Variations
Color information
#BAF8E4 (or 0xBAF8E4) is known color: Water Leaf. HEX triplet: BA, F8 and E4. RGB value is (186,248,228). Sum of RGB (Red+Green+Blue) = 186+248+228=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8E4 is #45071B. Grayscale: #E3E3E3. Windows color (decimal): -4523804 or 15005882. OLE color: 15005882.
HSL color Cylindrical-coordinate representation of color #BAF8E4: hue angle of 160.65º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8E4 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 228 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.03 |
| HSL | 160.65º | 0.82% | 0.85% | - |
| HSV(B) | 160.65º | 0.25% | 0.97% | - |
| XYZ | 67.82 | 83.18 | 85.88 | - |
| YUV | 227.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 228 | 0.25 | 0 | 0.08 | 0.03 | 160.65 | 0.82 | 0.85 |
| Hex | BA | F8 | E4 | 19 | 0 | 8 | 3 | A1 | 52 | 55 |
| Octal | 272 | 370 | 344 | 31 | 0 | 10 | 3 | 241 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11100100 | 11001 | 0 | 1000 | 11 | 10100001 | 1010010 | 1010101 |
Color Harmonies of #BAF8E4
Complementary color
Monochromatic Colors of #BAF8E4
Black with #BAF8E4
Text Example
Text Example
White with #BAF8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8E4; }
p { color: rgb(186,248,228); }
H1.HeaderClassName
{
color: #BAF8E4;
}
.AnyTagClassName
{
color: #BAF8E4;
}
</style>
background-color css
<style>
a { background-color: #BAF8E4; }
a { background-color: rgb(186,248,228); }
div.DivClassName
{
background-color: #BAF8E4;
}
.BgClassName
{
background-color: #BAF8E4;
}
</style>
border-color css
<style>
span { border-color: #BAF8E4; }
span { border-color: rgb(186,248,228); }
td.TdClassName
{
border-color: #BAF8E4;
}
.TagClassName
{
border-color: #BAF8E4;
}
</style>