Shades of Granny Apple #BEE1C9
Tints of Granny Apple #BEE1C9
RGB
CMYK
RGB Variations
Color information
#BEE1C9 (or 0xBEE1C9) is known color: Granny Apple. HEX triplet: BE, E1 and C9. RGB value is (190,225,201). Sum of RGB (Red+Green+Blue) = 190+225+201=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1C9 is #411E36. Grayscale: #D3D3D3. Windows color (decimal): -4267575 or 13230526. OLE color: 13230526.
HSL color Cylindrical-coordinate representation of color #BEE1C9: hue angle of 138.86º 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 #BEE1C9 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 201 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.12 |
| HSL | 138.86º | 0.37% | 0.81% | - |
| HSV(B) | 138.86º | 0.16% | 0.88% | - |
| XYZ | 58.7 | 69.01 | 65.49 | - |
| YUV | 211.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 201 | 0.16 | 0 | 0.11 | 0.12 | 138.86 | 0.37 | 0.81 |
| Hex | BE | E1 | C9 | 10 | 0 | B | C | 8B | 25 | 51 |
| Octal | 276 | 341 | 311 | 20 | 0 | 13 | 14 | 213 | 45 | 121 |
| Binary | 10111110 | 11100001 | 11001001 | 10000 | 0 | 1011 | 1100 | 10001011 | 100101 | 1010001 |
Color Harmonies of #BEE1C9
Complementary color
Monochromatic Colors of #BEE1C9
Black with #BEE1C9
Text Example
Text Example
White with #BEE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1C9; }
p { color: rgb(190,225,201); }
H1.HeaderClassName
{
color: #BEE1C9;
}
.AnyTagClassName
{
color: #BEE1C9;
}
</style>
background-color css
<style>
a { background-color: #BEE1C9; }
a { background-color: rgb(190,225,201); }
div.DivClassName
{
background-color: #BEE1C9;
}
.BgClassName
{
background-color: #BEE1C9;
}
</style>
border-color css
<style>
span { border-color: #BEE1C9; }
span { border-color: rgb(190,225,201); }
td.TdClassName
{
border-color: #BEE1C9;
}
.TagClassName
{
border-color: #BEE1C9;
}
</style>