Shades of Granny Apple #BFEDC7
Tints of Granny Apple #BFEDC7
RGB
CMYK
RGB Variations
Color information
#BFEDC7 (or 0xBFEDC7) is known color: Granny Apple. HEX triplet: BF, ED and C7. RGB value is (191,237,199). Sum of RGB (Red+Green+Blue) = 191+237+199=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDC7 is #401238. Grayscale: #DBDBDB. Windows color (decimal): -4198969 or 13102527. OLE color: 13102527.
HSL color Cylindrical-coordinate representation of color #BFEDC7: hue angle of 130.43º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDC7 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 237 | 199 | - |
CMYK | 0.19 | 0 | 0.16 | 0.07 |
HSL | 130.43º | 0.56% | 0.84% | - |
HSV(B) | 130.43º | 0.19% | 0.93% | - |
XYZ | 62.08 | 75.77 | 65.39 | - |
YUV | 218.91 | 116.76 | 108.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 237 | 199 | 0.19 | 0 | 0.16 | 0.07 | 130.43 | 0.56 | 0.84 |
Hex | BF | ED | C7 | 13 | 0 | 10 | 7 | 82 | 38 | 54 |
Octal | 277 | 355 | 307 | 23 | 0 | 20 | 7 | 202 | 70 | 124 |
Binary | 10111111 | 11101101 | 11000111 | 10011 | 0 | 10000 | 111 | 10000010 | 111000 | 1010100 |
Color Harmonies of #BFEDC7
Complementary color
Monochromatic Colors of #BFEDC7
Black with #BFEDC7
Text Example
Text Example
White with #BFEDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDC7; }
p { color: rgb(191,237,199); }
H1.HeaderClassName
{
color: #BFEDC7;
}
.AnyTagClassName
{
color: #BFEDC7;
}
</style>
background-color css
<style>
a { background-color: #BFEDC7; }
a { background-color: rgb(191,237,199); }
div.DivClassName
{
background-color: #BFEDC7;
}
.BgClassName
{
background-color: #BFEDC7;
}
</style>
border-color css
<style>
span { border-color: #BFEDC7; }
span { border-color: rgb(191,237,199); }
td.TdClassName
{
border-color: #BFEDC7;
}
.TagClassName
{
border-color: #BFEDC7;
}
</style>