Shades of Granny Apple #BFE8CD
Tints of Granny Apple #BFE8CD
RGB
CMYK
RGB Variations
Color information
#BFE8CD (or 0xBFE8CD) is known color: Granny Apple. HEX triplet: BF, E8 and CD. RGB value is (191,232,205). Sum of RGB (Red+Green+Blue) = 191+232+205=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8CD is #401732. Grayscale: #D8D8D8. Windows color (decimal): -4200243 or 13494463. OLE color: 13494463.
HSL color Cylindrical-coordinate representation of color #BFE8CD: hue angle of 140.49º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE8CD is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 205 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.09 |
| HSL | 140.49º | 0.47% | 0.83% | - |
| HSV(B) | 140.49º | 0.18% | 0.91% | - |
| XYZ | 61.36 | 73.2 | 68.65 | - |
| YUV | 216.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 205 | 0.18 | 0 | 0.12 | 0.09 | 140.49 | 0.47 | 0.83 |
| Hex | BF | E8 | CD | 12 | 0 | C | 9 | 8C | 2F | 53 |
| Octal | 277 | 350 | 315 | 22 | 0 | 14 | 11 | 214 | 57 | 123 |
| Binary | 10111111 | 11101000 | 11001101 | 10010 | 0 | 1100 | 1001 | 10001100 | 101111 | 1010011 |
Color Harmonies of #BFE8CD
Complementary color
Monochromatic Colors of #BFE8CD
Black with #BFE8CD
Text Example
Text Example
White with #BFE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE8CD; }
p { color: rgb(191,232,205); }
H1.HeaderClassName
{
color: #BFE8CD;
}
.AnyTagClassName
{
color: #BFE8CD;
}
</style>
background-color css
<style>
a { background-color: #BFE8CD; }
a { background-color: rgb(191,232,205); }
div.DivClassName
{
background-color: #BFE8CD;
}
.BgClassName
{
background-color: #BFE8CD;
}
</style>
border-color css
<style>
span { border-color: #BFE8CD; }
span { border-color: rgb(191,232,205); }
td.TdClassName
{
border-color: #BFE8CD;
}
.TagClassName
{
border-color: #BFE8CD;
}
</style>