Shades of Granny Apple #BFECCB
Tints of Granny Apple #BFECCB
RGB
CMYK
RGB Variations
Color information
#BFECCB (or 0xBFECCB) is known color: Granny Apple. HEX triplet: BF, EC and CB. RGB value is (191,236,203). Sum of RGB (Red+Green+Blue) = 191+236+203=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECCB is #401334. Grayscale: #DADADA. Windows color (decimal): -4199221 or 13364415. OLE color: 13364415.
HSL color Cylindrical-coordinate representation of color #BFECCB: hue angle of 136º degrees, saturation: 0.54, 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 #BFECCB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 203 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.07 |
| HSL | 136º | 0.54% | 0.84% | - |
| HSV(B) | 136º | 0.19% | 0.93% | - |
| XYZ | 62.26 | 75.38 | 67.77 | - |
| YUV | 218.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 203 | 0.19 | 0 | 0.14 | 0.07 | 136 | 0.54 | 0.84 |
| Hex | BF | EC | CB | 13 | 0 | E | 7 | 88 | 36 | 54 |
| Octal | 277 | 354 | 313 | 23 | 0 | 16 | 7 | 210 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11001011 | 10011 | 0 | 1110 | 111 | 10001000 | 110110 | 1010100 |
Color Harmonies of #BFECCB
Complementary color
Monochromatic Colors of #BFECCB
Black with #BFECCB
Text Example
Text Example
White with #BFECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECCB; }
p { color: rgb(191,236,203); }
H1.HeaderClassName
{
color: #BFECCB;
}
.AnyTagClassName
{
color: #BFECCB;
}
</style>
background-color css
<style>
a { background-color: #BFECCB; }
a { background-color: rgb(191,236,203); }
div.DivClassName
{
background-color: #BFECCB;
}
.BgClassName
{
background-color: #BFECCB;
}
</style>
border-color css
<style>
span { border-color: #BFECCB; }
span { border-color: rgb(191,236,203); }
td.TdClassName
{
border-color: #BFECCB;
}
.TagClassName
{
border-color: #BFECCB;
}
</style>