Shades of Granny Apple #BFEACA
Tints of Granny Apple #BFEACA
RGB
CMYK
RGB Variations
Color information
#BFEACA (or 0xBFEACA) is known color: Granny Apple. HEX triplet: BF, EA and CA. RGB value is (191,234,202). Sum of RGB (Red+Green+Blue) = 191+234+202=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEACA is #401535. Grayscale: #D9D9D9. Windows color (decimal): -4199734 or 13298367. OLE color: 13298367.
HSL color Cylindrical-coordinate representation of color #BFEACA: hue angle of 135.35º 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 #BFEACA is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 202 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.08 |
| HSL | 135.35º | 0.51% | 0.83% | - |
| HSV(B) | 135.35º | 0.18% | 0.92% | - |
| XYZ | 61.57 | 74.19 | 66.95 | - |
| YUV | 217.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 202 | 0.18 | 0 | 0.14 | 0.08 | 135.35 | 0.51 | 0.83 |
| Hex | BF | EA | CA | 12 | 0 | E | 8 | 87 | 33 | 53 |
| Octal | 277 | 352 | 312 | 22 | 0 | 16 | 10 | 207 | 63 | 123 |
| Binary | 10111111 | 11101010 | 11001010 | 10010 | 0 | 1110 | 1000 | 10000111 | 110011 | 1010011 |
Color Harmonies of #BFEACA
Complementary color
Monochromatic Colors of #BFEACA
Black with #BFEACA
Text Example
Text Example
White with #BFEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEACA; }
p { color: rgb(191,234,202); }
H1.HeaderClassName
{
color: #BFEACA;
}
.AnyTagClassName
{
color: #BFEACA;
}
</style>
background-color css
<style>
a { background-color: #BFEACA; }
a { background-color: rgb(191,234,202); }
div.DivClassName
{
background-color: #BFEACA;
}
.BgClassName
{
background-color: #BFEACA;
}
</style>
border-color css
<style>
span { border-color: #BFEACA; }
span { border-color: rgb(191,234,202); }
td.TdClassName
{
border-color: #BFEACA;
}
.TagClassName
{
border-color: #BFEACA;
}
</style>