Shades of Granny Apple #BAF4CA
Tints of Granny Apple #BAF4CA
RGB
CMYK
RGB Variations
Color information
#BAF4CA (or 0xBAF4CA) is known color: Granny Apple. HEX triplet: BA, F4 and CA. RGB value is (186,244,202). Sum of RGB (Red+Green+Blue) = 186+244+202=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4CA is #450B35. Grayscale: #DDDDDD. Windows color (decimal): -4524854 or 13300922. OLE color: 13300922.
HSL color Cylindrical-coordinate representation of color #BAF4CA: hue angle of 136.55º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4CA is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 202 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.04 |
| HSL | 136.55º | 0.73% | 0.84% | - |
| HSV(B) | 136.55º | 0.24% | 0.96% | - |
| XYZ | 63.26 | 79.4 | 67.87 | - |
| YUV | 221.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 202 | 0.24 | 0 | 0.17 | 0.04 | 136.55 | 0.73 | 0.84 |
| Hex | BA | F4 | CA | 18 | 0 | 11 | 4 | 89 | 48 | 54 |
| Octal | 272 | 364 | 312 | 30 | 0 | 21 | 4 | 211 | 110 | 124 |
| Binary | 10111010 | 11110100 | 11001010 | 11000 | 0 | 10001 | 100 | 10001001 | 1001000 | 1010100 |
Color Harmonies of #BAF4CA
Complementary color
Monochromatic Colors of #BAF4CA
Black with #BAF4CA
Text Example
Text Example
White with #BAF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4CA; }
p { color: rgb(186,244,202); }
H1.HeaderClassName
{
color: #BAF4CA;
}
.AnyTagClassName
{
color: #BAF4CA;
}
</style>
background-color css
<style>
a { background-color: #BAF4CA; }
a { background-color: rgb(186,244,202); }
div.DivClassName
{
background-color: #BAF4CA;
}
.BgClassName
{
background-color: #BAF4CA;
}
</style>
border-color css
<style>
span { border-color: #BAF4CA; }
span { border-color: rgb(186,244,202); }
td.TdClassName
{
border-color: #BAF4CA;
}
.TagClassName
{
border-color: #BAF4CA;
}
</style>