Shades of Granny Apple #BEECC4
Tints of Granny Apple #BEECC4
RGB
CMYK
RGB Variations
Color information
#BEECC4 (or 0xBEECC4) is known color: Granny Apple. HEX triplet: BE, EC and C4. RGB value is (190,236,196). Sum of RGB (Red+Green+Blue) = 190+236+196=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECC4 is #41133B. Grayscale: #D9D9D9. Windows color (decimal): -4264764 or 12905662. OLE color: 12905662.
HSL color Cylindrical-coordinate representation of color #BEECC4: hue angle of 127.83º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECC4 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 196 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.07 |
| HSL | 127.83º | 0.55% | 0.84% | - |
| HSV(B) | 127.83º | 0.19% | 0.93% | - |
| XYZ | 61.19 | 74.92 | 63.46 | - |
| YUV | 217.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 196 | 0.19 | 0 | 0.17 | 0.07 | 127.83 | 0.55 | 0.84 |
| Hex | BE | EC | C4 | 13 | 0 | 11 | 7 | 80 | 37 | 54 |
| Octal | 276 | 354 | 304 | 23 | 0 | 21 | 7 | 200 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11000100 | 10011 | 0 | 10001 | 111 | 10000000 | 110111 | 1010100 |
Color Harmonies of #BEECC4
Complementary color
Monochromatic Colors of #BEECC4
Black with #BEECC4
Text Example
Text Example
White with #BEECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECC4; }
p { color: rgb(190,236,196); }
H1.HeaderClassName
{
color: #BEECC4;
}
.AnyTagClassName
{
color: #BEECC4;
}
</style>
background-color css
<style>
a { background-color: #BEECC4; }
a { background-color: rgb(190,236,196); }
div.DivClassName
{
background-color: #BEECC4;
}
.BgClassName
{
background-color: #BEECC4;
}
</style>
border-color css
<style>
span { border-color: #BEECC4; }
span { border-color: rgb(190,236,196); }
td.TdClassName
{
border-color: #BEECC4;
}
.TagClassName
{
border-color: #BEECC4;
}
</style>