Shades of Granny Apple #BFE5CD
Tints of Granny Apple #BFE5CD
RGB
CMYK
RGB Variations
Color information
#BFE5CD (or 0xBFE5CD) is known color: Granny Apple. HEX triplet: BF, E5 and CD. RGB value is (191,229,205). Sum of RGB (Red+Green+Blue) = 191+229+205=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5CD is #401A32. Grayscale: #D6D6D6. Windows color (decimal): -4201011 or 13493695. OLE color: 13493695.
HSL color Cylindrical-coordinate representation of color #BFE5CD: hue angle of 142.11º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5CD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 205 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.10 |
| HSL | 142.11º | 0.42% | 0.82% | - |
| HSV(B) | 142.11º | 0.17% | 0.9% | - |
| XYZ | 60.52 | 71.52 | 68.37 | - |
| YUV | 214.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 205 | 0.17 | 0 | 0.10 | 0.10 | 142.11 | 0.42 | 0.82 |
| Hex | BF | E5 | CD | 11 | 0 | A | A | 8E | 2A | 52 |
| Octal | 277 | 345 | 315 | 21 | 0 | 12 | 12 | 216 | 52 | 122 |
| Binary | 10111111 | 11100101 | 11001101 | 10001 | 0 | 1010 | 1010 | 10001110 | 101010 | 1010010 |
Color Harmonies of #BFE5CD
Complementary color
Monochromatic Colors of #BFE5CD
Black with #BFE5CD
Text Example
Text Example
White with #BFE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5CD; }
p { color: rgb(191,229,205); }
H1.HeaderClassName
{
color: #BFE5CD;
}
.AnyTagClassName
{
color: #BFE5CD;
}
</style>
background-color css
<style>
a { background-color: #BFE5CD; }
a { background-color: rgb(191,229,205); }
div.DivClassName
{
background-color: #BFE5CD;
}
.BgClassName
{
background-color: #BFE5CD;
}
</style>
border-color css
<style>
span { border-color: #BFE5CD; }
span { border-color: rgb(191,229,205); }
td.TdClassName
{
border-color: #BFE5CD;
}
.TagClassName
{
border-color: #BFE5CD;
}
</style>