Shades of Granny Apple #BAFFC2
Tints of Granny Apple #BAFFC2
RGB
CMYK
RGB Variations
Color information
#BAFFC2 (or 0xBAFFC2) is known color: Granny Apple. HEX triplet: BA, FF and C2. RGB value is (186,255,194). Sum of RGB (Red+Green+Blue) = 186+255+194=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC2 is #45003D. Grayscale: #E3E3E3. Windows color (decimal): -4522046 or 12779450. OLE color: 12779450.
HSL color Cylindrical-coordinate representation of color #BAFFC2: hue angle of 126.96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFC2 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 194 | - |
| CMYK | 0.27 | 0 | 0.24 | 0 |
| HSL | 126.96º | 1% | 0.86% | - |
| HSV(B) | 126.96º | 0.27% | 1% | - |
| XYZ | 65.75 | 85.85 | 64.15 | - |
| YUV | 227.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 194 | 0.27 | 0 | 0.24 | 0 | 126.96 | 1 | 0.86 |
| Hex | BA | FF | C2 | 1B | 0 | 18 | 0 | 7F | 64 | 56 |
| Octal | 272 | 377 | 302 | 33 | 0 | 30 | 0 | 177 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11000010 | 11011 | 0 | 11000 | 0 | 1111111 | 1100100 | 1010110 |
Color Harmonies of #BAFFC2
Complementary color
Monochromatic Colors of #BAFFC2
Black with #BAFFC2
Text Example
Text Example
White with #BAFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFC2; }
p { color: rgb(186,255,194); }
H1.HeaderClassName
{
color: #BAFFC2;
}
.AnyTagClassName
{
color: #BAFFC2;
}
</style>
background-color css
<style>
a { background-color: #BAFFC2; }
a { background-color: rgb(186,255,194); }
div.DivClassName
{
background-color: #BAFFC2;
}
.BgClassName
{
background-color: #BAFFC2;
}
</style>
border-color css
<style>
span { border-color: #BAFFC2; }
span { border-color: rgb(186,255,194); }
td.TdClassName
{
border-color: #BAFFC2;
}
.TagClassName
{
border-color: #BAFFC2;
}
</style>