Shades of Granny Apple #BEE1C8
Tints of Granny Apple #BEE1C8
RGB
CMYK
RGB Variations
Color information
#BEE1C8 (or 0xBEE1C8) is known color: Granny Apple. HEX triplet: BE, E1 and C8. RGB value is (190,225,200). Sum of RGB (Red+Green+Blue) = 190+225+200=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C8 is #411E37. Grayscale: #D3D3D3. Windows color (decimal): -4267576 or 13164990. OLE color: 13164990.
HSL color Cylindrical-coordinate representation of color #BEE1C8: hue angle of 137.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1C8 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 200 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.12 |
| HSL | 137.14º | 0.37% | 0.81% | - |
| HSV(B) | 137.14º | 0.16% | 0.88% | - |
| XYZ | 58.59 | 68.97 | 64.87 | - |
| YUV | 211.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 200 | 0.16 | 0 | 0.11 | 0.12 | 137.14 | 0.37 | 0.81 |
| Hex | BE | E1 | C8 | 10 | 0 | B | C | 89 | 25 | 51 |
| Octal | 276 | 341 | 310 | 20 | 0 | 13 | 14 | 211 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11001000 | 10000 | 0 | 1011 | 1100 | 10001001 | 100101 | 1010001 |
Color Harmonies of #BEE1C8
Complementary color
Monochromatic Colors of #BEE1C8
Black with #BEE1C8
Text Example
Text Example
White with #BEE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1C8; }
p { color: rgb(190,225,200); }
H1.HeaderClassName
{
color: #BEE1C8;
}
.AnyTagClassName
{
color: #BEE1C8;
}
</style>
background-color css
<style>
a { background-color: #BEE1C8; }
a { background-color: rgb(190,225,200); }
div.DivClassName
{
background-color: #BEE1C8;
}
.BgClassName
{
background-color: #BEE1C8;
}
</style>
border-color css
<style>
span { border-color: #BEE1C8; }
span { border-color: rgb(190,225,200); }
td.TdClassName
{
border-color: #BEE1C8;
}
.TagClassName
{
border-color: #BEE1C8;
}
</style>