Shades of Granny Apple #BEE8C4
Tints of Granny Apple #BEE8C4
RGB
CMYK
RGB Variations
Color information
#BEE8C4 (or 0xBEE8C4) is known color: Granny Apple. HEX triplet: BE, E8 and C4. RGB value is (190,232,196). Sum of RGB (Red+Green+Blue) = 190+232+196=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8C4 is #41173B. Grayscale: #D7D7D7. Windows color (decimal): -4265788 or 12904638. OLE color: 12904638.
HSL color Cylindrical-coordinate representation of color #BEE8C4: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8C4 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 196 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.09 |
| HSL | 128.57º | 0.48% | 0.83% | - |
| HSV(B) | 128.57º | 0.18% | 0.91% | - |
| XYZ | 60.06 | 72.65 | 63.08 | - |
| YUV | 215.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 196 | 0.18 | 0 | 0.16 | 0.09 | 128.57 | 0.48 | 0.83 |
| Hex | BE | E8 | C4 | 12 | 0 | 10 | 9 | 81 | 30 | 53 |
| Octal | 276 | 350 | 304 | 22 | 0 | 20 | 11 | 201 | 60 | 123 |
| Binary | 10111110 | 11101000 | 11000100 | 10010 | 0 | 10000 | 1001 | 10000001 | 110000 | 1010011 |
Color Harmonies of #BEE8C4
Complementary color
Monochromatic Colors of #BEE8C4
Black with #BEE8C4
Text Example
Text Example
White with #BEE8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8C4; }
p { color: rgb(190,232,196); }
H1.HeaderClassName
{
color: #BEE8C4;
}
.AnyTagClassName
{
color: #BEE8C4;
}
</style>
background-color css
<style>
a { background-color: #BEE8C4; }
a { background-color: rgb(190,232,196); }
div.DivClassName
{
background-color: #BEE8C4;
}
.BgClassName
{
background-color: #BEE8C4;
}
</style>
border-color css
<style>
span { border-color: #BEE8C4; }
span { border-color: rgb(190,232,196); }
td.TdClassName
{
border-color: #BEE8C4;
}
.TagClassName
{
border-color: #BEE8C4;
}
</style>