Shades of Granny Apple #BEEAC7
Tints of Granny Apple #BEEAC7
RGB
CMYK
RGB Variations
Color information
#BEEAC7 (or 0xBEEAC7) is known color: Granny Apple. HEX triplet: BE, EA and C7. RGB value is (190,234,199). Sum of RGB (Red+Green+Blue) = 190+234+199=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC7 is #411538. Grayscale: #D8D8D8. Windows color (decimal): -4265273 or 13101758. OLE color: 13101758.
HSL color Cylindrical-coordinate representation of color #BEEAC7: hue angle of 132.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAC7 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 199 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.08 |
| HSL | 132.27º | 0.51% | 0.83% | - |
| HSV(B) | 132.27º | 0.19% | 0.92% | - |
| XYZ | 60.97 | 73.92 | 65.09 | - |
| YUV | 216.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 199 | 0.19 | 0 | 0.15 | 0.08 | 132.27 | 0.51 | 0.83 |
| Hex | BE | EA | C7 | 13 | 0 | F | 8 | 84 | 33 | 53 |
| Octal | 276 | 352 | 307 | 23 | 0 | 17 | 10 | 204 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11000111 | 10011 | 0 | 1111 | 1000 | 10000100 | 110011 | 1010011 |
Color Harmonies of #BEEAC7
Complementary color
Monochromatic Colors of #BEEAC7
Black with #BEEAC7
Text Example
Text Example
White with #BEEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAC7; }
p { color: rgb(190,234,199); }
H1.HeaderClassName
{
color: #BEEAC7;
}
.AnyTagClassName
{
color: #BEEAC7;
}
</style>
background-color css
<style>
a { background-color: #BEEAC7; }
a { background-color: rgb(190,234,199); }
div.DivClassName
{
background-color: #BEEAC7;
}
.BgClassName
{
background-color: #BEEAC7;
}
</style>
border-color css
<style>
span { border-color: #BEEAC7; }
span { border-color: rgb(190,234,199); }
td.TdClassName
{
border-color: #BEEAC7;
}
.TagClassName
{
border-color: #BEEAC7;
}
</style>