Shades of Granny Apple #BFE2CB
Tints of Granny Apple #BFE2CB
RGB
CMYK
RGB Variations
Color information
#BFE2CB (or 0xBFE2CB) is known color: Granny Apple. HEX triplet: BF, E2 and CB. RGB value is (191,226,203). Sum of RGB (Red+Green+Blue) = 191+226+203=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2CB is #401D34. Grayscale: #D4D4D4. Windows color (decimal): -4201781 or 13361855. OLE color: 13361855.
HSL color Cylindrical-coordinate representation of color #BFE2CB: hue angle of 140.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE2CB is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 203 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.11 |
| HSL | 140.57º | 0.38% | 0.82% | - |
| HSV(B) | 140.57º | 0.15% | 0.89% | - |
| XYZ | 59.46 | 69.78 | 66.84 | - |
| YUV | 212.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 203 | 0.15 | 0 | 0.10 | 0.11 | 140.57 | 0.38 | 0.82 |
| Hex | BF | E2 | CB | F | 0 | A | B | 8D | 26 | 52 |
| Octal | 277 | 342 | 313 | 17 | 0 | 12 | 13 | 215 | 46 | 122 |
| Binary | 10111111 | 11100010 | 11001011 | 1111 | 0 | 1010 | 1011 | 10001101 | 100110 | 1010010 |
Color Harmonies of #BFE2CB
Complementary color
Monochromatic Colors of #BFE2CB
Black with #BFE2CB
Text Example
Text Example
White with #BFE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2CB; }
p { color: rgb(191,226,203); }
H1.HeaderClassName
{
color: #BFE2CB;
}
.AnyTagClassName
{
color: #BFE2CB;
}
</style>
background-color css
<style>
a { background-color: #BFE2CB; }
a { background-color: rgb(191,226,203); }
div.DivClassName
{
background-color: #BFE2CB;
}
.BgClassName
{
background-color: #BFE2CB;
}
</style>
border-color css
<style>
span { border-color: #BFE2CB; }
span { border-color: rgb(191,226,203); }
td.TdClassName
{
border-color: #BFE2CB;
}
.TagClassName
{
border-color: #BFE2CB;
}
</style>