Shades of Granny Apple #BAF2CA
Tints of Granny Apple #BAF2CA
RGB
CMYK
RGB Variations
Color information
#BAF2CA (or 0xBAF2CA) is known color: Granny Apple. HEX triplet: BA, F2 and CA. RGB value is (186,242,202). Sum of RGB (Red+Green+Blue) = 186+242+202=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2CA is #450D35. Grayscale: #DCDCDC. Windows color (decimal): -4525366 or 13300410. OLE color: 13300410.
HSL color Cylindrical-coordinate representation of color #BAF2CA: hue angle of 137.14º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2CA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 202 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.05 |
| HSL | 137.14º | 0.68% | 0.84% | - |
| HSV(B) | 137.14º | 0.23% | 0.95% | - |
| XYZ | 62.66 | 78.21 | 67.67 | - |
| YUV | 220.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 202 | 0.23 | 0 | 0.17 | 0.05 | 137.14 | 0.68 | 0.84 |
| Hex | BA | F2 | CA | 17 | 0 | 11 | 5 | 89 | 44 | 54 |
| Octal | 272 | 362 | 312 | 27 | 0 | 21 | 5 | 211 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11001010 | 10111 | 0 | 10001 | 101 | 10001001 | 1000100 | 1010100 |
Color Harmonies of #BAF2CA
Complementary color
Monochromatic Colors of #BAF2CA
Black with #BAF2CA
Text Example
Text Example
White with #BAF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2CA; }
p { color: rgb(186,242,202); }
H1.HeaderClassName
{
color: #BAF2CA;
}
.AnyTagClassName
{
color: #BAF2CA;
}
</style>
background-color css
<style>
a { background-color: #BAF2CA; }
a { background-color: rgb(186,242,202); }
div.DivClassName
{
background-color: #BAF2CA;
}
.BgClassName
{
background-color: #BAF2CA;
}
</style>
border-color css
<style>
span { border-color: #BAF2CA; }
span { border-color: rgb(186,242,202); }
td.TdClassName
{
border-color: #BAF2CA;
}
.TagClassName
{
border-color: #BAF2CA;
}
</style>