Shades of Granny Apple #BEEACA
Tints of Granny Apple #BEEACA
RGB
CMYK
RGB Variations
Color information
#BEEACA (or 0xBEEACA) is known color: Granny Apple. HEX triplet: BE, EA and CA. RGB value is (190,234,202). Sum of RGB (Red+Green+Blue) = 190+234+202=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEACA is #411535. Grayscale: #D9D9D9. Windows color (decimal): -4265270 or 13298366. OLE color: 13298366.
HSL color Cylindrical-coordinate representation of color #BEEACA: hue angle of 136.36º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEACA is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 202 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.08 |
| HSL | 136.36º | 0.51% | 0.83% | - |
| HSV(B) | 136.36º | 0.19% | 0.92% | - |
| XYZ | 61.32 | 74.06 | 66.94 | - |
| YUV | 217.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 202 | 0.19 | 0 | 0.14 | 0.08 | 136.36 | 0.51 | 0.83 |
| Hex | BE | EA | CA | 13 | 0 | E | 8 | 88 | 33 | 53 |
| Octal | 276 | 352 | 312 | 23 | 0 | 16 | 10 | 210 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11001010 | 10011 | 0 | 1110 | 1000 | 10001000 | 110011 | 1010011 |
Color Harmonies of #BEEACA
Complementary color
Monochromatic Colors of #BEEACA
Black with #BEEACA
Text Example
Text Example
White with #BEEACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEACA; }
p { color: rgb(190,234,202); }
H1.HeaderClassName
{
color: #BEEACA;
}
.AnyTagClassName
{
color: #BEEACA;
}
</style>
background-color css
<style>
a { background-color: #BEEACA; }
a { background-color: rgb(190,234,202); }
div.DivClassName
{
background-color: #BEEACA;
}
.BgClassName
{
background-color: #BEEACA;
}
</style>
border-color css
<style>
span { border-color: #BEEACA; }
span { border-color: rgb(190,234,202); }
td.TdClassName
{
border-color: #BEEACA;
}
.TagClassName
{
border-color: #BEEACA;
}
</style>