Shades of Granny Apple #BFEBCE
Tints of Granny Apple #BFEBCE
RGB
CMYK
RGB Variations
Color information
#BFEBCE (or 0xBFEBCE) is known color: Granny Apple. HEX triplet: BF, EB and CE. RGB value is (191,235,206). Sum of RGB (Red+Green+Blue) = 191+235+206=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBCE is #401431. Grayscale: #DADADA. Windows color (decimal): -4199474 or 13560767. OLE color: 13560767.
HSL color Cylindrical-coordinate representation of color #BFEBCE: hue angle of 140.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEBCE is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 206 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.08 |
| HSL | 140.45º | 0.52% | 0.84% | - |
| HSV(B) | 140.45º | 0.19% | 0.92% | - |
| XYZ | 62.33 | 74.95 | 69.57 | - |
| YUV | 218.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 206 | 0.19 | 0 | 0.12 | 0.08 | 140.45 | 0.52 | 0.84 |
| Hex | BF | EB | CE | 13 | 0 | C | 8 | 8C | 34 | 54 |
| Octal | 277 | 353 | 316 | 23 | 0 | 14 | 10 | 214 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11001110 | 10011 | 0 | 1100 | 1000 | 10001100 | 110100 | 1010100 |
Color Harmonies of #BFEBCE
Complementary color
Monochromatic Colors of #BFEBCE
Black with #BFEBCE
Text Example
Text Example
White with #BFEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBCE; }
p { color: rgb(191,235,206); }
H1.HeaderClassName
{
color: #BFEBCE;
}
.AnyTagClassName
{
color: #BFEBCE;
}
</style>
background-color css
<style>
a { background-color: #BFEBCE; }
a { background-color: rgb(191,235,206); }
div.DivClassName
{
background-color: #BFEBCE;
}
.BgClassName
{
background-color: #BFEBCE;
}
</style>
border-color css
<style>
span { border-color: #BFEBCE; }
span { border-color: rgb(191,235,206); }
td.TdClassName
{
border-color: #BFEBCE;
}
.TagClassName
{
border-color: #BFEBCE;
}
</style>