Shades of Granny Apple #BFEDCB
Tints of Granny Apple #BFEDCB
RGB
CMYK
RGB Variations
Color information
#BFEDCB (or 0xBFEDCB) is known color: Granny Apple. HEX triplet: BF, ED and CB. RGB value is (191,237,203). Sum of RGB (Red+Green+Blue) = 191+237+203=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDCB is #401234. Grayscale: #DBDBDB. Windows color (decimal): -4198965 or 13364671. OLE color: 13364671.
HSL color Cylindrical-coordinate representation of color #BFEDCB: hue angle of 135.65º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDCB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 203 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.07 |
| HSL | 135.65º | 0.56% | 0.84% | - |
| HSV(B) | 135.65º | 0.19% | 0.93% | - |
| XYZ | 62.55 | 75.96 | 67.86 | - |
| YUV | 219.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 203 | 0.19 | 0 | 0.14 | 0.07 | 135.65 | 0.56 | 0.84 |
| Hex | BF | ED | CB | 13 | 0 | E | 7 | 88 | 38 | 54 |
| Octal | 277 | 355 | 313 | 23 | 0 | 16 | 7 | 210 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11001011 | 10011 | 0 | 1110 | 111 | 10001000 | 111000 | 1010100 |
Color Harmonies of #BFEDCB
Complementary color
Monochromatic Colors of #BFEDCB
Black with #BFEDCB
Text Example
Text Example
White with #BFEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDCB; }
p { color: rgb(191,237,203); }
H1.HeaderClassName
{
color: #BFEDCB;
}
.AnyTagClassName
{
color: #BFEDCB;
}
</style>
background-color css
<style>
a { background-color: #BFEDCB; }
a { background-color: rgb(191,237,203); }
div.DivClassName
{
background-color: #BFEDCB;
}
.BgClassName
{
background-color: #BFEDCB;
}
</style>
border-color css
<style>
span { border-color: #BFEDCB; }
span { border-color: rgb(191,237,203); }
td.TdClassName
{
border-color: #BFEDCB;
}
.TagClassName
{
border-color: #BFEDCB;
}
</style>