Shades of Granny Apple #BFEBCD
Tints of Granny Apple #BFEBCD
RGB
CMYK
RGB Variations
Color information
#BFEBCD (or 0xBFEBCD) is known color: Granny Apple. HEX triplet: BF, EB and CD. RGB value is (191,235,205). Sum of RGB (Red+Green+Blue) = 191+235+205=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEBCD is #401432. Grayscale: #DADADA. Windows color (decimal): -4199475 or 13495231. OLE color: 13495231.
HSL color Cylindrical-coordinate representation of color #BFEBCD: hue angle of 139.09º 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 #BFEBCD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 205 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.08 |
| HSL | 139.09º | 0.52% | 0.84% | - |
| HSV(B) | 139.09º | 0.19% | 0.92% | - |
| XYZ | 62.21 | 74.9 | 68.94 | - |
| YUV | 218.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 205 | 0.19 | 0 | 0.13 | 0.08 | 139.09 | 0.52 | 0.84 |
| Hex | BF | EB | CD | 13 | 0 | D | 8 | 8B | 34 | 54 |
| Octal | 277 | 353 | 315 | 23 | 0 | 15 | 10 | 213 | 64 | 124 |
| Binary | 10111111 | 11101011 | 11001101 | 10011 | 0 | 1101 | 1000 | 10001011 | 110100 | 1010100 |
Color Harmonies of #BFEBCD
Complementary color
Monochromatic Colors of #BFEBCD
Black with #BFEBCD
Text Example
Text Example
White with #BFEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEBCD; }
p { color: rgb(191,235,205); }
H1.HeaderClassName
{
color: #BFEBCD;
}
.AnyTagClassName
{
color: #BFEBCD;
}
</style>
background-color css
<style>
a { background-color: #BFEBCD; }
a { background-color: rgb(191,235,205); }
div.DivClassName
{
background-color: #BFEBCD;
}
.BgClassName
{
background-color: #BFEBCD;
}
</style>
border-color css
<style>
span { border-color: #BFEBCD; }
span { border-color: rgb(191,235,205); }
td.TdClassName
{
border-color: #BFEBCD;
}
.TagClassName
{
border-color: #BFEBCD;
}
</style>