Shades of Granny Apple #BFFACB
Tints of Granny Apple #BFFACB
RGB
CMYK
RGB Variations
Color information
#BFFACB (or 0xBFFACB) is known color: Granny Apple. HEX triplet: BF, FA and CB. RGB value is (191,250,203). Sum of RGB (Red+Green+Blue) = 191+250+203=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFACB is #400534. Grayscale: #E3E3E3. Windows color (decimal): -4195637 or 13367999. OLE color: 13367999.
HSL color Cylindrical-coordinate representation of color #BFFACB: hue angle of 132.2º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFACB is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 203 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.02 |
| HSL | 132.2º | 0.86% | 0.86% | - |
| HSV(B) | 132.2º | 0.24% | 0.98% | - |
| XYZ | 66.45 | 83.76 | 69.16 | - |
| YUV | 227 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 203 | 0.24 | 0 | 0.19 | 0.02 | 132.2 | 0.86 | 0.86 |
| Hex | BF | FA | CB | 18 | 0 | 13 | 2 | 84 | 56 | 56 |
| Octal | 277 | 372 | 313 | 30 | 0 | 23 | 2 | 204 | 126 | 126 |
| Binary | 10111111 | 11111010 | 11001011 | 11000 | 0 | 10011 | 10 | 10000100 | 1010110 | 1010110 |
Color Harmonies of #BFFACB
Complementary color
Monochromatic Colors of #BFFACB
Black with #BFFACB
Text Example
Text Example
White with #BFFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFACB; }
p { color: rgb(191,250,203); }
H1.HeaderClassName
{
color: #BFFACB;
}
.AnyTagClassName
{
color: #BFFACB;
}
</style>
background-color css
<style>
a { background-color: #BFFACB; }
a { background-color: rgb(191,250,203); }
div.DivClassName
{
background-color: #BFFACB;
}
.BgClassName
{
background-color: #BFFACB;
}
</style>
border-color css
<style>
span { border-color: #BFFACB; }
span { border-color: rgb(191,250,203); }
td.TdClassName
{
border-color: #BFFACB;
}
.TagClassName
{
border-color: #BFFACB;
}
</style>