Shades of Granny Apple #BFFECD
Tints of Granny Apple #BFFECD
RGB
CMYK
RGB Variations
Color information
#BFFECD (or 0xBFFECD) is known color: Granny Apple. HEX triplet: BF, FE and CD. RGB value is (191,254,205). Sum of RGB (Red+Green+Blue) = 191+254+205=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECD is #400132. Grayscale: #E5E5E5. Windows color (decimal): -4194611 or 13500095. OLE color: 13500095.
HSL color Cylindrical-coordinate representation of color #BFFECD: hue angle of 133.33º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFECD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 205 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.00 |
| HSL | 133.33º | 0.97% | 0.87% | - |
| HSV(B) | 133.33º | 0.25% | 1% | - |
| XYZ | 67.95 | 86.37 | 70.85 | - |
| YUV | 229.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 205 | 0.25 | 0 | 0.19 | 0.00 | 133.33 | 0.97 | 0.87 |
| Hex | BF | FE | CD | 19 | 0 | 13 | 0 | 85 | 61 | 57 |
| Octal | 277 | 376 | 315 | 31 | 0 | 23 | 0 | 205 | 141 | 127 |
| Binary | 10111111 | 11111110 | 11001101 | 11001 | 0 | 10011 | 0 | 10000101 | 1100001 | 1010111 |
Color Harmonies of #BFFECD
Complementary color
Monochromatic Colors of #BFFECD
Black with #BFFECD
Text Example
Text Example
White with #BFFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFECD; }
p { color: rgb(191,254,205); }
H1.HeaderClassName
{
color: #BFFECD;
}
.AnyTagClassName
{
color: #BFFECD;
}
</style>
background-color css
<style>
a { background-color: #BFFECD; }
a { background-color: rgb(191,254,205); }
div.DivClassName
{
background-color: #BFFECD;
}
.BgClassName
{
background-color: #BFFECD;
}
</style>
border-color css
<style>
span { border-color: #BFFECD; }
span { border-color: rgb(191,254,205); }
td.TdClassName
{
border-color: #BFFECD;
}
.TagClassName
{
border-color: #BFFECD;
}
</style>