Shades of Granny Apple #BFEACC
Tints of Granny Apple #BFEACC
RGB
CMYK
RGB Variations
Color information
#BFEACC (or 0xBFEACC) is known color: Granny Apple. HEX triplet: BF, EA and CC. RGB value is (191,234,204). Sum of RGB (Red+Green+Blue) = 191+234+204=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEACC is #401533. Grayscale: #D9D9D9. Windows color (decimal): -4199732 or 13429439. OLE color: 13429439.
HSL color Cylindrical-coordinate representation of color #BFEACC: hue angle of 138.14º 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 #BFEACC is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 204 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.08 |
| HSL | 138.14º | 0.51% | 0.83% | - |
| HSV(B) | 138.14º | 0.18% | 0.92% | - |
| XYZ | 61.81 | 74.28 | 68.21 | - |
| YUV | 217.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 204 | 0.18 | 0 | 0.13 | 0.08 | 138.14 | 0.51 | 0.83 |
| Hex | BF | EA | CC | 12 | 0 | D | 8 | 8A | 33 | 53 |
| Octal | 277 | 352 | 314 | 22 | 0 | 15 | 10 | 212 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11001100 | 10010 | 0 | 1101 | 1000 | 10001010 | 110011 | 1010011 |
Color Harmonies of #BFEACC
Complementary color
Monochromatic Colors of #BFEACC
Black with #BFEACC
Text Example
Text Example
White with #BFEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEACC; }
p { color: rgb(191,234,204); }
H1.HeaderClassName
{
color: #BFEACC;
}
.AnyTagClassName
{
color: #BFEACC;
}
</style>
background-color css
<style>
a { background-color: #BFEACC; }
a { background-color: rgb(191,234,204); }
div.DivClassName
{
background-color: #BFEACC;
}
.BgClassName
{
background-color: #BFEACC;
}
</style>
border-color css
<style>
span { border-color: #BFEACC; }
span { border-color: rgb(191,234,204); }
td.TdClassName
{
border-color: #BFEACC;
}
.TagClassName
{
border-color: #BFEACC;
}
</style>