Shades of Granny Apple #BFE3CD
Tints of Granny Apple #BFE3CD
RGB
CMYK
RGB Variations
Color information
#BFE3CD (or 0xBFE3CD) is known color: Granny Apple. HEX triplet: BF, E3 and CD. RGB value is (191,227,205). Sum of RGB (Red+Green+Blue) = 191+227+205=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3CD is #401C32. Grayscale: #D5D5D5. Windows color (decimal): -4201523 or 13493183. OLE color: 13493183.
HSL color Cylindrical-coordinate representation of color #BFE3CD: hue angle of 143.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3CD is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 205 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.11 |
| HSL | 143.33º | 0.39% | 0.82% | - |
| HSV(B) | 143.33º | 0.16% | 0.89% | - |
| XYZ | 59.97 | 70.42 | 68.19 | - |
| YUV | 213.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 205 | 0.16 | 0 | 0.10 | 0.11 | 143.33 | 0.39 | 0.82 |
| Hex | BF | E3 | CD | 10 | 0 | A | B | 8F | 27 | 52 |
| Octal | 277 | 343 | 315 | 20 | 0 | 12 | 13 | 217 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11001101 | 10000 | 0 | 1010 | 1011 | 10001111 | 100111 | 1010010 |
Color Harmonies of #BFE3CD
Complementary color
Monochromatic Colors of #BFE3CD
Black with #BFE3CD
Text Example
Text Example
White with #BFE3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3CD; }
p { color: rgb(191,227,205); }
H1.HeaderClassName
{
color: #BFE3CD;
}
.AnyTagClassName
{
color: #BFE3CD;
}
</style>
background-color css
<style>
a { background-color: #BFE3CD; }
a { background-color: rgb(191,227,205); }
div.DivClassName
{
background-color: #BFE3CD;
}
.BgClassName
{
background-color: #BFE3CD;
}
</style>
border-color css
<style>
span { border-color: #BFE3CD; }
span { border-color: rgb(191,227,205); }
td.TdClassName
{
border-color: #BFE3CD;
}
.TagClassName
{
border-color: #BFE3CD;
}
</style>