Shades of Granny Apple #BAF8CA
Tints of Granny Apple #BAF8CA
RGB
CMYK
RGB Variations
Color information
#BAF8CA (or 0xBAF8CA) is known color: Granny Apple. HEX triplet: BA, F8 and CA. RGB value is (186,248,202). Sum of RGB (Red+Green+Blue) = 186+248+202=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8CA is #450735. Grayscale: #E0E0E0. Windows color (decimal): -4523830 or 13301946. OLE color: 13301946.
HSL color Cylindrical-coordinate representation of color #BAF8CA: hue angle of 135.48º 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 #BAF8CA is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 202 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.03 |
| HSL | 135.48º | 0.82% | 0.85% | - |
| HSV(B) | 135.48º | 0.25% | 0.97% | - |
| XYZ | 64.48 | 81.84 | 68.28 | - |
| YUV | 224.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 202 | 0.25 | 0 | 0.19 | 0.03 | 135.48 | 0.82 | 0.85 |
| Hex | BA | F8 | CA | 19 | 0 | 13 | 3 | 87 | 52 | 55 |
| Octal | 272 | 370 | 312 | 31 | 0 | 23 | 3 | 207 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11001010 | 11001 | 0 | 10011 | 11 | 10000111 | 1010010 | 1010101 |
Color Harmonies of #BAF8CA
Complementary color
Monochromatic Colors of #BAF8CA
Black with #BAF8CA
Text Example
Text Example
White with #BAF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8CA; }
p { color: rgb(186,248,202); }
H1.HeaderClassName
{
color: #BAF8CA;
}
.AnyTagClassName
{
color: #BAF8CA;
}
</style>
background-color css
<style>
a { background-color: #BAF8CA; }
a { background-color: rgb(186,248,202); }
div.DivClassName
{
background-color: #BAF8CA;
}
.BgClassName
{
background-color: #BAF8CA;
}
</style>
border-color css
<style>
span { border-color: #BAF8CA; }
span { border-color: rgb(186,248,202); }
td.TdClassName
{
border-color: #BAF8CA;
}
.TagClassName
{
border-color: #BAF8CA;
}
</style>