Shades of Granny Apple #BFFFCD
Tints of Granny Apple #BFFFCD
RGB
CMYK
RGB Variations
Color information
#BFFFCD (or 0xBFFFCD) is known color: Granny Apple. HEX triplet: BF, FF and CD. RGB value is (191,255,205). Sum of RGB (Red+Green+Blue) = 191+255+205=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFCD is #400032. Grayscale: #E6E6E6. Windows color (decimal): -4194355 or 13500351. OLE color: 13500351.
HSL color Cylindrical-coordinate representation of color #BFFFCD: hue angle of 133.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFCD is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 205 | - |
| CMYK | 0.25 | 0 | 0.20 | 0 |
| HSL | 133.13º | 1% | 0.87% | - |
| HSV(B) | 133.13º | 0.25% | 1% | - |
| XYZ | 68.27 | 87 | 70.95 | - |
| YUV | 230.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 205 | 0.25 | 0 | 0.20 | 0 | 133.13 | 1 | 0.87 |
| Hex | BF | FF | CD | 19 | 0 | 14 | 0 | 85 | 64 | 57 |
| Octal | 277 | 377 | 315 | 31 | 0 | 24 | 0 | 205 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11001101 | 11001 | 0 | 10100 | 0 | 10000101 | 1100100 | 1010111 |
Color Harmonies of #BFFFCD
Complementary color
Monochromatic Colors of #BFFFCD
Black with #BFFFCD
Text Example
Text Example
White with #BFFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFCD; }
p { color: rgb(191,255,205); }
H1.HeaderClassName
{
color: #BFFFCD;
}
.AnyTagClassName
{
color: #BFFFCD;
}
</style>
background-color css
<style>
a { background-color: #BFFFCD; }
a { background-color: rgb(191,255,205); }
div.DivClassName
{
background-color: #BFFFCD;
}
.BgClassName
{
background-color: #BFFFCD;
}
</style>
border-color css
<style>
span { border-color: #BFFFCD; }
span { border-color: rgb(191,255,205); }
td.TdClassName
{
border-color: #BFFFCD;
}
.TagClassName
{
border-color: #BFFFCD;
}
</style>