Shades of Granny Apple #BFE1CB
Tints of Granny Apple #BFE1CB
RGB
CMYK
RGB Variations
Color information
#BFE1CB (or 0xBFE1CB) is known color: Granny Apple. HEX triplet: BF, E1 and CB. RGB value is (191,225,203). Sum of RGB (Red+Green+Blue) = 191+225+203=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1CB is #401E34. Grayscale: #D4D4D4. Windows color (decimal): -4202037 or 13361599. OLE color: 13361599.
HSL color Cylindrical-coordinate representation of color #BFE1CB: hue angle of 141.18º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1CB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 203 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.12 |
| HSL | 141.18º | 0.36% | 0.82% | - |
| HSV(B) | 141.18º | 0.15% | 0.88% | - |
| XYZ | 59.19 | 69.24 | 66.74 | - |
| YUV | 212.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 203 | 0.15 | 0 | 0.10 | 0.12 | 141.18 | 0.36 | 0.82 |
| Hex | BF | E1 | CB | F | 0 | A | C | 8D | 24 | 52 |
| Octal | 277 | 341 | 313 | 17 | 0 | 12 | 14 | 215 | 44 | 122 |
| Binary | 10111111 | 11100001 | 11001011 | 1111 | 0 | 1010 | 1100 | 10001101 | 100100 | 1010010 |
Color Harmonies of #BFE1CB
Complementary color
Monochromatic Colors of #BFE1CB
Black with #BFE1CB
Text Example
Text Example
White with #BFE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1CB; }
p { color: rgb(191,225,203); }
H1.HeaderClassName
{
color: #BFE1CB;
}
.AnyTagClassName
{
color: #BFE1CB;
}
</style>
background-color css
<style>
a { background-color: #BFE1CB; }
a { background-color: rgb(191,225,203); }
div.DivClassName
{
background-color: #BFE1CB;
}
.BgClassName
{
background-color: #BFE1CB;
}
</style>
border-color css
<style>
span { border-color: #BFE1CB; }
span { border-color: rgb(191,225,203); }
td.TdClassName
{
border-color: #BFE1CB;
}
.TagClassName
{
border-color: #BFE1CB;
}
</style>