Shades of Granny Apple #BAF8CB
Tints of Granny Apple #BAF8CB
RGB
CMYK
RGB Variations
Color information
#BAF8CB (or 0xBAF8CB) is known color: Granny Apple. HEX triplet: BA, F8 and CB. RGB value is (186,248,203). Sum of RGB (Red+Green+Blue) = 186+248+203=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8CB is #450734. Grayscale: #E0E0E0. Windows color (decimal): -4523829 or 13367482. OLE color: 13367482.
HSL color Cylindrical-coordinate representation of color #BAF8CB: hue angle of 136.45º 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 #BAF8CB is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 203 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.03 |
| HSL | 136.45º | 0.82% | 0.85% | - |
| HSV(B) | 136.45º | 0.25% | 0.97% | - |
| XYZ | 64.6 | 81.89 | 68.9 | - |
| YUV | 224.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 203 | 0.25 | 0 | 0.18 | 0.03 | 136.45 | 0.82 | 0.85 |
| Hex | BA | F8 | CB | 19 | 0 | 12 | 3 | 88 | 52 | 55 |
| Octal | 272 | 370 | 313 | 31 | 0 | 22 | 3 | 210 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11001011 | 11001 | 0 | 10010 | 11 | 10001000 | 1010010 | 1010101 |
Color Harmonies of #BAF8CB
Complementary color
Monochromatic Colors of #BAF8CB
Black with #BAF8CB
Text Example
Text Example
White with #BAF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8CB; }
p { color: rgb(186,248,203); }
H1.HeaderClassName
{
color: #BAF8CB;
}
.AnyTagClassName
{
color: #BAF8CB;
}
</style>
background-color css
<style>
a { background-color: #BAF8CB; }
a { background-color: rgb(186,248,203); }
div.DivClassName
{
background-color: #BAF8CB;
}
.BgClassName
{
background-color: #BAF8CB;
}
</style>
border-color css
<style>
span { border-color: #BAF8CB; }
span { border-color: rgb(186,248,203); }
td.TdClassName
{
border-color: #BAF8CB;
}
.TagClassName
{
border-color: #BAF8CB;
}
</style>