Shades of Granny Apple #BAF8C3
Tints of Granny Apple #BAF8C3
RGB
CMYK
RGB Variations
Color information
#BAF8C3 (or 0xBAF8C3) is known color: Granny Apple. HEX triplet: BA, F8 and C3. RGB value is (186,248,195). Sum of RGB (Red+Green+Blue) = 186+248+195=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8C3 is #45073C. Grayscale: #DFDFDF. Windows color (decimal): -4523837 or 12843194. OLE color: 12843194.
HSL color Cylindrical-coordinate representation of color #BAF8C3: hue angle of 128.71º 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 #BAF8C3 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 195 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.03 |
| HSL | 128.71º | 0.82% | 0.85% | - |
| HSV(B) | 128.71º | 0.25% | 0.97% | - |
| XYZ | 63.67 | 81.51 | 64.01 | - |
| YUV | 223.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 195 | 0.25 | 0 | 0.21 | 0.03 | 128.71 | 0.82 | 0.85 |
| Hex | BA | F8 | C3 | 19 | 0 | 15 | 3 | 81 | 52 | 55 |
| Octal | 272 | 370 | 303 | 31 | 0 | 25 | 3 | 201 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11000011 | 11001 | 0 | 10101 | 11 | 10000001 | 1010010 | 1010101 |
Color Harmonies of #BAF8C3
Complementary color
Monochromatic Colors of #BAF8C3
Black with #BAF8C3
Text Example
Text Example
White with #BAF8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8C3; }
p { color: rgb(186,248,195); }
H1.HeaderClassName
{
color: #BAF8C3;
}
.AnyTagClassName
{
color: #BAF8C3;
}
</style>
background-color css
<style>
a { background-color: #BAF8C3; }
a { background-color: rgb(186,248,195); }
div.DivClassName
{
background-color: #BAF8C3;
}
.BgClassName
{
background-color: #BAF8C3;
}
</style>
border-color css
<style>
span { border-color: #BAF8C3; }
span { border-color: rgb(186,248,195); }
td.TdClassName
{
border-color: #BAF8C3;
}
.TagClassName
{
border-color: #BAF8C3;
}
</style>