Shades of Granny Apple #BEE4CC
Tints of Granny Apple #BEE4CC
RGB
CMYK
RGB Variations
Color information
#BEE4CC (or 0xBEE4CC) is known color: Granny Apple. HEX triplet: BE, E4 and CC. RGB value is (190,228,204). Sum of RGB (Red+Green+Blue) = 190+228+204=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE4CC is #411B33. Grayscale: #D5D5D5. Windows color (decimal): -4266804 or 13427902. OLE color: 13427902.
HSL color Cylindrical-coordinate representation of color #BEE4CC: hue angle of 142.11º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE4CC is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 204 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.11 |
| HSL | 142.11º | 0.41% | 0.82% | - |
| HSV(B) | 142.11º | 0.17% | 0.89% | - |
| XYZ | 59.88 | 70.79 | 67.64 | - |
| YUV | 213.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 204 | 0.17 | 0 | 0.11 | 0.11 | 142.11 | 0.41 | 0.82 |
| Hex | BE | E4 | CC | 11 | 0 | B | B | 8E | 29 | 52 |
| Octal | 276 | 344 | 314 | 21 | 0 | 13 | 13 | 216 | 51 | 122 |
| Binary | 10111110 | 11100100 | 11001100 | 10001 | 0 | 1011 | 1011 | 10001110 | 101001 | 1010010 |
Color Harmonies of #BEE4CC
Complementary color
Monochromatic Colors of #BEE4CC
Black with #BEE4CC
Text Example
Text Example
White with #BEE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE4CC; }
p { color: rgb(190,228,204); }
H1.HeaderClassName
{
color: #BEE4CC;
}
.AnyTagClassName
{
color: #BEE4CC;
}
</style>
background-color css
<style>
a { background-color: #BEE4CC; }
a { background-color: rgb(190,228,204); }
div.DivClassName
{
background-color: #BEE4CC;
}
.BgClassName
{
background-color: #BEE4CC;
}
</style>
border-color css
<style>
span { border-color: #BEE4CC; }
span { border-color: rgb(190,228,204); }
td.TdClassName
{
border-color: #BEE4CC;
}
.TagClassName
{
border-color: #BEE4CC;
}
</style>