Shades of Granny Apple #BFECCC
Tints of Granny Apple #BFECCC
RGB
CMYK
RGB Variations
Color information
#BFECCC (or 0xBFECCC) is known color: Granny Apple. HEX triplet: BF, EC and CC. RGB value is (191,236,204). Sum of RGB (Red+Green+Blue) = 191+236+204=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFECCC is #401333. Grayscale: #DADADA. Windows color (decimal): -4199220 or 13429951. OLE color: 13429951.
HSL color Cylindrical-coordinate representation of color #BFECCC: hue angle of 137.33º 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 #BFECCC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 236 | 204 | - |
CMYK | 0.19 | 0 | 0.14 | 0.07 |
HSL | 137.33º | 0.54% | 0.84% | - |
HSV(B) | 137.33º | 0.19% | 0.93% | - |
XYZ | 62.38 | 75.43 | 68.4 | - |
YUV | 218.9 | 119.59 | 108.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 236 | 204 | 0.19 | 0 | 0.14 | 0.07 | 137.33 | 0.54 | 0.84 |
Hex | BF | EC | CC | 13 | 0 | E | 7 | 89 | 36 | 54 |
Octal | 277 | 354 | 314 | 23 | 0 | 16 | 7 | 211 | 66 | 124 |
Binary | 10111111 | 11101100 | 11001100 | 10011 | 0 | 1110 | 111 | 10001001 | 110110 | 1010100 |
Color Harmonies of #BFECCC
Complementary color
Monochromatic Colors of #BFECCC
Black with #BFECCC
Text Example
Text Example
White with #BFECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFECCC; }
p { color: rgb(191,236,204); }
H1.HeaderClassName
{
color: #BFECCC;
}
.AnyTagClassName
{
color: #BFECCC;
}
</style>
background-color css
<style>
a { background-color: #BFECCC; }
a { background-color: rgb(191,236,204); }
div.DivClassName
{
background-color: #BFECCC;
}
.BgClassName
{
background-color: #BFECCC;
}
</style>
border-color css
<style>
span { border-color: #BFECCC; }
span { border-color: rgb(191,236,204); }
td.TdClassName
{
border-color: #BFECCC;
}
.TagClassName
{
border-color: #BFECCC;
}
</style>