Shades of Granny Apple #BAF8C2
Tints of Granny Apple #BAF8C2
RGB
CMYK
RGB Variations
Color information
#BAF8C2 (or 0xBAF8C2) is known color: Granny Apple. HEX triplet: BA, F8 and C2. RGB value is (186,248,194). Sum of RGB (Red+Green+Blue) = 186+248+194=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8C2 is #45073D. Grayscale: #DFDFDF. Windows color (decimal): -4523838 or 12777658. OLE color: 12777658.
HSL color Cylindrical-coordinate representation of color #BAF8C2: hue angle of 127.74º 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 #BAF8C2 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 194 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.03 |
| HSL | 127.74º | 0.82% | 0.85% | - |
| HSV(B) | 127.74º | 0.25% | 0.97% | - |
| XYZ | 63.55 | 81.47 | 63.41 | - |
| YUV | 223.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 194 | 0.25 | 0 | 0.22 | 0.03 | 127.74 | 0.82 | 0.85 |
| Hex | BA | F8 | C2 | 19 | 0 | 16 | 3 | 80 | 52 | 55 |
| Octal | 272 | 370 | 302 | 31 | 0 | 26 | 3 | 200 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11000010 | 11001 | 0 | 10110 | 11 | 10000000 | 1010010 | 1010101 |
Color Harmonies of #BAF8C2
Complementary color
Monochromatic Colors of #BAF8C2
Black with #BAF8C2
Text Example
Text Example
White with #BAF8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8C2; }
p { color: rgb(186,248,194); }
H1.HeaderClassName
{
color: #BAF8C2;
}
.AnyTagClassName
{
color: #BAF8C2;
}
</style>
background-color css
<style>
a { background-color: #BAF8C2; }
a { background-color: rgb(186,248,194); }
div.DivClassName
{
background-color: #BAF8C2;
}
.BgClassName
{
background-color: #BAF8C2;
}
</style>
border-color css
<style>
span { border-color: #BAF8C2; }
span { border-color: rgb(186,248,194); }
td.TdClassName
{
border-color: #BAF8C2;
}
.TagClassName
{
border-color: #BAF8C2;
}
</style>