Shades of Granny Apple #BFEACE
Tints of Granny Apple #BFEACE
RGB
CMYK
RGB Variations
Color information
#BFEACE (or 0xBFEACE) is known color: Granny Apple. HEX triplet: BF, EA and CE. RGB value is (191,234,206). Sum of RGB (Red+Green+Blue) = 191+234+206=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEACE is #401531. Grayscale: #DADADA. Windows color (decimal): -4199730 or 13560511. OLE color: 13560511.
HSL color Cylindrical-coordinate representation of color #BFEACE: hue angle of 140.93º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEACE is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 206 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.08 |
| HSL | 140.93º | 0.51% | 0.83% | - |
| HSV(B) | 140.93º | 0.18% | 0.92% | - |
| XYZ | 62.05 | 74.38 | 69.48 | - |
| YUV | 217.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 206 | 0.18 | 0 | 0.12 | 0.08 | 140.93 | 0.51 | 0.83 |
| Hex | BF | EA | CE | 12 | 0 | C | 8 | 8D | 33 | 53 |
| Octal | 277 | 352 | 316 | 22 | 0 | 14 | 10 | 215 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11001110 | 10010 | 0 | 1100 | 1000 | 10001101 | 110011 | 1010011 |
Color Harmonies of #BFEACE
Complementary color
Monochromatic Colors of #BFEACE
Black with #BFEACE
Text Example
Text Example
White with #BFEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEACE; }
p { color: rgb(191,234,206); }
H1.HeaderClassName
{
color: #BFEACE;
}
.AnyTagClassName
{
color: #BFEACE;
}
</style>
background-color css
<style>
a { background-color: #BFEACE; }
a { background-color: rgb(191,234,206); }
div.DivClassName
{
background-color: #BFEACE;
}
.BgClassName
{
background-color: #BFEACE;
}
</style>
border-color css
<style>
span { border-color: #BFEACE; }
span { border-color: rgb(191,234,206); }
td.TdClassName
{
border-color: #BFEACE;
}
.TagClassName
{
border-color: #BFEACE;
}
</style>