Shades of Granny Apple #BEEBC7
Tints of Granny Apple #BEEBC7
RGB
CMYK
RGB Variations
Color information
#BEEBC7 (or 0xBEEBC7) is known color: Granny Apple. HEX triplet: BE, EB and C7. RGB value is (190,235,199). Sum of RGB (Red+Green+Blue) = 190+235+199=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBC7 is #411438. Grayscale: #D9D9D9. Windows color (decimal): -4265017 or 13102014. OLE color: 13102014.
HSL color Cylindrical-coordinate representation of color #BEEBC7: hue angle of 132º degrees, saturation: 0.53, 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 #BEEBC7 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 199 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.08 |
| HSL | 132º | 0.53% | 0.83% | - |
| HSV(B) | 132º | 0.19% | 0.92% | - |
| XYZ | 61.25 | 74.49 | 65.18 | - |
| YUV | 217.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 199 | 0.19 | 0 | 0.15 | 0.08 | 132 | 0.53 | 0.83 |
| Hex | BE | EB | C7 | 13 | 0 | F | 8 | 84 | 35 | 53 |
| Octal | 276 | 353 | 307 | 23 | 0 | 17 | 10 | 204 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11000111 | 10011 | 0 | 1111 | 1000 | 10000100 | 110101 | 1010011 |
Color Harmonies of #BEEBC7
Complementary color
Monochromatic Colors of #BEEBC7
Black with #BEEBC7
Text Example
Text Example
White with #BEEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBC7; }
p { color: rgb(190,235,199); }
H1.HeaderClassName
{
color: #BEEBC7;
}
.AnyTagClassName
{
color: #BEEBC7;
}
</style>
background-color css
<style>
a { background-color: #BEEBC7; }
a { background-color: rgb(190,235,199); }
div.DivClassName
{
background-color: #BEEBC7;
}
.BgClassName
{
background-color: #BEEBC7;
}
</style>
border-color css
<style>
span { border-color: #BEEBC7; }
span { border-color: rgb(190,235,199); }
td.TdClassName
{
border-color: #BEEBC7;
}
.TagClassName
{
border-color: #BEEBC7;
}
</style>