Shades of Granny Apple #BEE8CC
Tints of Granny Apple #BEE8CC
RGB
CMYK
RGB Variations
Color information
#BEE8CC (or 0xBEE8CC) is known color: Granny Apple. HEX triplet: BE, E8 and CC. RGB value is (190,232,204). Sum of RGB (Red+Green+Blue) = 190+232+204=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8CC is #411733. Grayscale: #D8D8D8. Windows color (decimal): -4265780 or 13428926. OLE color: 13428926.
HSL color Cylindrical-coordinate representation of color #BEE8CC: hue angle of 140º 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 #BEE8CC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 204 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.09 |
| HSL | 140º | 0.48% | 0.83% | - |
| HSV(B) | 140º | 0.18% | 0.91% | - |
| XYZ | 60.99 | 73.02 | 68.01 | - |
| YUV | 216.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 204 | 0.18 | 0 | 0.12 | 0.09 | 140 | 0.48 | 0.83 |
| Hex | BE | E8 | CC | 12 | 0 | C | 9 | 8C | 30 | 53 |
| Octal | 276 | 350 | 314 | 22 | 0 | 14 | 11 | 214 | 60 | 123 |
| Binary | 10111110 | 11101000 | 11001100 | 10010 | 0 | 1100 | 1001 | 10001100 | 110000 | 1010011 |
Color Harmonies of #BEE8CC
Complementary color
Monochromatic Colors of #BEE8CC
Black with #BEE8CC
Text Example
Text Example
White with #BEE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8CC; }
p { color: rgb(190,232,204); }
H1.HeaderClassName
{
color: #BEE8CC;
}
.AnyTagClassName
{
color: #BEE8CC;
}
</style>
background-color css
<style>
a { background-color: #BEE8CC; }
a { background-color: rgb(190,232,204); }
div.DivClassName
{
background-color: #BEE8CC;
}
.BgClassName
{
background-color: #BEE8CC;
}
</style>
border-color css
<style>
span { border-color: #BEE8CC; }
span { border-color: rgb(190,232,204); }
td.TdClassName
{
border-color: #BEE8CC;
}
.TagClassName
{
border-color: #BEE8CC;
}
</style>