Shades of Granny Apple #BFECCD
Tints of Granny Apple #BFECCD
RGB
CMYK
RGB Variations
Color information
#BFECCD (or 0xBFECCD) is known color: Granny Apple. HEX triplet: BF, EC and CD. RGB value is (191,236,205). Sum of RGB (Red+Green+Blue) = 191+236+205=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECCD is #401332. Grayscale: #DBDBDB. Windows color (decimal): -4199219 or 13495487. OLE color: 13495487.
HSL color Cylindrical-coordinate representation of color #BFECCD: hue angle of 138.67º 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 #BFECCD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 205 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.07 |
| HSL | 138.67º | 0.54% | 0.84% | - |
| HSV(B) | 138.67º | 0.19% | 0.93% | - |
| XYZ | 62.5 | 75.48 | 69.03 | - |
| YUV | 219.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 205 | 0.19 | 0 | 0.13 | 0.07 | 138.67 | 0.54 | 0.84 |
| Hex | BF | EC | CD | 13 | 0 | D | 7 | 8B | 36 | 54 |
| Octal | 277 | 354 | 315 | 23 | 0 | 15 | 7 | 213 | 66 | 124 |
| Binary | 10111111 | 11101100 | 11001101 | 10011 | 0 | 1101 | 111 | 10001011 | 110110 | 1010100 |
Color Harmonies of #BFECCD
Complementary color
Monochromatic Colors of #BFECCD
Black with #BFECCD
Text Example
Text Example
White with #BFECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECCD; }
p { color: rgb(191,236,205); }
H1.HeaderClassName
{
color: #BFECCD;
}
.AnyTagClassName
{
color: #BFECCD;
}
</style>
background-color css
<style>
a { background-color: #BFECCD; }
a { background-color: rgb(191,236,205); }
div.DivClassName
{
background-color: #BFECCD;
}
.BgClassName
{
background-color: #BFECCD;
}
</style>
border-color css
<style>
span { border-color: #BFECCD; }
span { border-color: rgb(191,236,205); }
td.TdClassName
{
border-color: #BFECCD;
}
.TagClassName
{
border-color: #BFECCD;
}
</style>