Shades of Granny Apple #BAFACA
Tints of Granny Apple #BAFACA
RGB
CMYK
RGB Variations
Color information
#BAFACA (or 0xBAFACA) is known color: Granny Apple. HEX triplet: BA, FA and CA. RGB value is (186,250,202). Sum of RGB (Red+Green+Blue) = 186+250+202=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFACA is #450535. Grayscale: #E1E1E1. Windows color (decimal): -4523318 or 13302458. OLE color: 13302458.
HSL color Cylindrical-coordinate representation of color #BAFACA: hue angle of 135º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFACA is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 202 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.02 |
| HSL | 135º | 0.86% | 0.85% | - |
| HSV(B) | 135º | 0.26% | 0.98% | - |
| XYZ | 65.1 | 83.07 | 68.48 | - |
| YUV | 225.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 202 | 0.26 | 0 | 0.19 | 0.02 | 135 | 0.86 | 0.85 |
| Hex | BA | FA | CA | 1A | 0 | 13 | 2 | 87 | 56 | 55 |
| Octal | 272 | 372 | 312 | 32 | 0 | 23 | 2 | 207 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11001010 | 11010 | 0 | 10011 | 10 | 10000111 | 1010110 | 1010101 |
Color Harmonies of #BAFACA
Complementary color
Monochromatic Colors of #BAFACA
Black with #BAFACA
Text Example
Text Example
White with #BAFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFACA; }
p { color: rgb(186,250,202); }
H1.HeaderClassName
{
color: #BAFACA;
}
.AnyTagClassName
{
color: #BAFACA;
}
</style>
background-color css
<style>
a { background-color: #BAFACA; }
a { background-color: rgb(186,250,202); }
div.DivClassName
{
background-color: #BAFACA;
}
.BgClassName
{
background-color: #BAFACA;
}
</style>
border-color css
<style>
span { border-color: #BAFACA; }
span { border-color: rgb(186,250,202); }
td.TdClassName
{
border-color: #BAFACA;
}
.TagClassName
{
border-color: #BAFACA;
}
</style>