Shades of Granny Apple #BAFACB
Tints of Granny Apple #BAFACB
RGB
CMYK
RGB Variations
Color information
#BAFACB (or 0xBAFACB) is known color: Granny Apple. HEX triplet: BA, FA and CB. RGB value is (186,250,203). Sum of RGB (Red+Green+Blue) = 186+250+203=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFACB is #450534. Grayscale: #E1E1E1. Windows color (decimal): -4523317 or 13367994. OLE color: 13367994.
HSL color Cylindrical-coordinate representation of color #BAFACB: hue angle of 135.94º 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 #BAFACB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 203 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.02 |
| HSL | 135.94º | 0.86% | 0.85% | - |
| HSV(B) | 135.94º | 0.26% | 0.98% | - |
| XYZ | 65.21 | 83.12 | 69.11 | - |
| YUV | 225.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 203 | 0.26 | 0 | 0.19 | 0.02 | 135.94 | 0.86 | 0.85 |
| Hex | BA | FA | CB | 1A | 0 | 13 | 2 | 88 | 56 | 55 |
| Octal | 272 | 372 | 313 | 32 | 0 | 23 | 2 | 210 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11001011 | 11010 | 0 | 10011 | 10 | 10001000 | 1010110 | 1010101 |
Color Harmonies of #BAFACB
Complementary color
Monochromatic Colors of #BAFACB
Black with #BAFACB
Text Example
Text Example
White with #BAFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFACB; }
p { color: rgb(186,250,203); }
H1.HeaderClassName
{
color: #BAFACB;
}
.AnyTagClassName
{
color: #BAFACB;
}
</style>
background-color css
<style>
a { background-color: #BAFACB; }
a { background-color: rgb(186,250,203); }
div.DivClassName
{
background-color: #BAFACB;
}
.BgClassName
{
background-color: #BAFACB;
}
</style>
border-color css
<style>
span { border-color: #BAFACB; }
span { border-color: rgb(186,250,203); }
td.TdClassName
{
border-color: #BAFACB;
}
.TagClassName
{
border-color: #BAFACB;
}
</style>