Shades of Granny Apple #BFECC5
Tints of Granny Apple #BFECC5
RGB
CMYK
RGB Variations
Color information
#BFECC5 (or 0xBFECC5) is known color: Granny Apple. HEX triplet: BF, EC and C5. RGB value is (191,236,197). Sum of RGB (Red+Green+Blue) = 191+236+197=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC5 is #40133A. Grayscale: #DADADA. Windows color (decimal): -4199227 or 12971199. OLE color: 12971199.
HSL color Cylindrical-coordinate representation of color #BFECC5: hue angle of 128º degrees, saturation: 0.54, 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 #BFECC5 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 236 | 197 | - |
CMYK | 0.19 | 0 | 0.17 | 0.07 |
HSL | 128º | 0.54% | 0.84% | - |
HSV(B) | 128º | 0.19% | 0.93% | - |
XYZ | 61.56 | 75.1 | 64.07 | - |
YUV | 218.1 | 116.09 | 108.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 236 | 197 | 0.19 | 0 | 0.17 | 0.07 | 128 | 0.54 | 0.84 |
Hex | BF | EC | C5 | 13 | 0 | 11 | 7 | 80 | 36 | 54 |
Octal | 277 | 354 | 305 | 23 | 0 | 21 | 7 | 200 | 66 | 124 |
Binary | 10111111 | 11101100 | 11000101 | 10011 | 0 | 10001 | 111 | 10000000 | 110110 | 1010100 |
Color Harmonies of #BFECC5
Complementary color
Monochromatic Colors of #BFECC5
Black with #BFECC5
Text Example
Text Example
White with #BFECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECC5; }
p { color: rgb(191,236,197); }
H1.HeaderClassName
{
color: #BFECC5;
}
.AnyTagClassName
{
color: #BFECC5;
}
</style>
background-color css
<style>
a { background-color: #BFECC5; }
a { background-color: rgb(191,236,197); }
div.DivClassName
{
background-color: #BFECC5;
}
.BgClassName
{
background-color: #BFECC5;
}
</style>
border-color css
<style>
span { border-color: #BFECC5; }
span { border-color: rgb(191,236,197); }
td.TdClassName
{
border-color: #BFECC5;
}
.TagClassName
{
border-color: #BFECC5;
}
</style>