Shades of Granny Apple #BEEECA
Tints of Granny Apple #BEEECA
RGB
CMYK
RGB Variations
Color information
#BEEECA (or 0xBEEECA) is known color: Granny Apple. HEX triplet: BE, EE and CA. RGB value is (190,238,202). Sum of RGB (Red+Green+Blue) = 190+238+202=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEECA is #411135. Grayscale: #DBDBDB. Windows color (decimal): -4264246 or 13299390. OLE color: 13299390.
HSL color Cylindrical-coordinate representation of color #BEEECA: hue angle of 135º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEECA is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 202 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.07 |
| HSL | 135º | 0.59% | 0.84% | - |
| HSV(B) | 135º | 0.2% | 0.93% | - |
| XYZ | 62.47 | 76.36 | 67.32 | - |
| YUV | 219.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 202 | 0.20 | 0 | 0.15 | 0.07 | 135 | 0.59 | 0.84 |
| Hex | BE | EE | CA | 14 | 0 | F | 7 | 87 | 3B | 54 |
| Octal | 276 | 356 | 312 | 24 | 0 | 17 | 7 | 207 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11001010 | 10100 | 0 | 1111 | 111 | 10000111 | 111011 | 1010100 |
Color Harmonies of #BEEECA
Complementary color
Monochromatic Colors of #BEEECA
Black with #BEEECA
Text Example
Text Example
White with #BEEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEECA; }
p { color: rgb(190,238,202); }
H1.HeaderClassName
{
color: #BEEECA;
}
.AnyTagClassName
{
color: #BEEECA;
}
</style>
background-color css
<style>
a { background-color: #BEEECA; }
a { background-color: rgb(190,238,202); }
div.DivClassName
{
background-color: #BEEECA;
}
.BgClassName
{
background-color: #BEEECA;
}
</style>
border-color css
<style>
span { border-color: #BEEECA; }
span { border-color: rgb(190,238,202); }
td.TdClassName
{
border-color: #BEEECA;
}
.TagClassName
{
border-color: #BEEECA;
}
</style>