Shades of Granny Apple #BAF9CB
Tints of Granny Apple #BAF9CB
RGB
CMYK
RGB Variations
Color information
#BAF9CB (or 0xBAF9CB) is known color: Granny Apple. HEX triplet: BA, F9 and CB. RGB value is (186,249,203). Sum of RGB (Red+Green+Blue) = 186+249+203=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9CB is #450634. Grayscale: #E1E1E1. Windows color (decimal): -4523573 or 13367738. OLE color: 13367738.
HSL color Cylindrical-coordinate representation of color #BAF9CB: hue angle of 136.19º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9CB is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 203 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.02 |
| HSL | 136.19º | 0.84% | 0.85% | - |
| HSV(B) | 136.19º | 0.25% | 0.98% | - |
| XYZ | 64.9 | 82.5 | 69 | - |
| YUV | 224.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 203 | 0.25 | 0 | 0.18 | 0.02 | 136.19 | 0.84 | 0.85 |
| Hex | BA | F9 | CB | 19 | 0 | 12 | 2 | 88 | 54 | 55 |
| Octal | 272 | 371 | 313 | 31 | 0 | 22 | 2 | 210 | 124 | 125 |
| Binary | 10111010 | 11111001 | 11001011 | 11001 | 0 | 10010 | 10 | 10001000 | 1010100 | 1010101 |
Color Harmonies of #BAF9CB
Complementary color
Monochromatic Colors of #BAF9CB
Black with #BAF9CB
Text Example
Text Example
White with #BAF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF9CB; }
p { color: rgb(186,249,203); }
H1.HeaderClassName
{
color: #BAF9CB;
}
.AnyTagClassName
{
color: #BAF9CB;
}
</style>
background-color css
<style>
a { background-color: #BAF9CB; }
a { background-color: rgb(186,249,203); }
div.DivClassName
{
background-color: #BAF9CB;
}
.BgClassName
{
background-color: #BAF9CB;
}
</style>
border-color css
<style>
span { border-color: #BAF9CB; }
span { border-color: rgb(186,249,203); }
td.TdClassName
{
border-color: #BAF9CB;
}
.TagClassName
{
border-color: #BAF9CB;
}
</style>