Shades of Granny Apple #BFE3CB
Tints of Granny Apple #BFE3CB
RGB
CMYK
RGB Variations
Color information
#BFE3CB (or 0xBFE3CB) is known color: Granny Apple. HEX triplet: BF, E3 and CB. RGB value is (191,227,203). Sum of RGB (Red+Green+Blue) = 191+227+203=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3CB is #401C34. Grayscale: #D5D5D5. Windows color (decimal): -4201525 or 13362111. OLE color: 13362111.
HSL color Cylindrical-coordinate representation of color #BFE3CB: hue angle of 140º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3CB is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 203 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.11 |
| HSL | 140º | 0.39% | 0.82% | - |
| HSV(B) | 140º | 0.16% | 0.89% | - |
| XYZ | 59.73 | 70.33 | 66.93 | - |
| YUV | 213.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 203 | 0.16 | 0 | 0.11 | 0.11 | 140 | 0.39 | 0.82 |
| Hex | BF | E3 | CB | 10 | 0 | B | B | 8C | 27 | 52 |
| Octal | 277 | 343 | 313 | 20 | 0 | 13 | 13 | 214 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11001011 | 10000 | 0 | 1011 | 1011 | 10001100 | 100111 | 1010010 |
Color Harmonies of #BFE3CB
Complementary color
Monochromatic Colors of #BFE3CB
Black with #BFE3CB
Text Example
Text Example
White with #BFE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3CB; }
p { color: rgb(191,227,203); }
H1.HeaderClassName
{
color: #BFE3CB;
}
.AnyTagClassName
{
color: #BFE3CB;
}
</style>
background-color css
<style>
a { background-color: #BFE3CB; }
a { background-color: rgb(191,227,203); }
div.DivClassName
{
background-color: #BFE3CB;
}
.BgClassName
{
background-color: #BFE3CB;
}
</style>
border-color css
<style>
span { border-color: #BFE3CB; }
span { border-color: rgb(191,227,203); }
td.TdClassName
{
border-color: #BFE3CB;
}
.TagClassName
{
border-color: #BFE3CB;
}
</style>