Shades of Granny Apple #BFECC8
Tints of Granny Apple #BFECC8
RGB
CMYK
RGB Variations
Color information
#BFECC8 (or 0xBFECC8) is known color: Granny Apple. HEX triplet: BF, EC and C8. RGB value is (191,236,200). Sum of RGB (Red+Green+Blue) = 191+236+200=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECC8 is #401337. Grayscale: #DADADA. Windows color (decimal): -4199224 or 13167807. OLE color: 13167807.
HSL color Cylindrical-coordinate representation of color #BFECC8: hue angle of 132º 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 #BFECC8 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 236 | 200 | - |
CMYK | 0.19 | 0 | 0.15 | 0.07 |
HSL | 132º | 0.54% | 0.84% | - |
HSV(B) | 132º | 0.19% | 0.93% | - |
XYZ | 61.91 | 75.24 | 65.9 | - |
YUV | 218.44 | 117.59 | 108.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 236 | 200 | 0.19 | 0 | 0.15 | 0.07 | 132 | 0.54 | 0.84 |
Hex | BF | EC | C8 | 13 | 0 | F | 7 | 84 | 36 | 54 |
Octal | 277 | 354 | 310 | 23 | 0 | 17 | 7 | 204 | 66 | 124 |
Binary | 10111111 | 11101100 | 11001000 | 10011 | 0 | 1111 | 111 | 10000100 | 110110 | 1010100 |
Color Harmonies of #BFECC8
Complementary color
Monochromatic Colors of #BFECC8
Black with #BFECC8
Text Example
Text Example
White with #BFECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECC8; }
p { color: rgb(191,236,200); }
H1.HeaderClassName
{
color: #BFECC8;
}
.AnyTagClassName
{
color: #BFECC8;
}
</style>
background-color css
<style>
a { background-color: #BFECC8; }
a { background-color: rgb(191,236,200); }
div.DivClassName
{
background-color: #BFECC8;
}
.BgClassName
{
background-color: #BFECC8;
}
</style>
border-color css
<style>
span { border-color: #BFECC8; }
span { border-color: rgb(191,236,200); }
td.TdClassName
{
border-color: #BFECC8;
}
.TagClassName
{
border-color: #BFECC8;
}
</style>