Shades of Granny Apple #BEEEC4
Tints of Granny Apple #BEEEC4
RGB
CMYK
RGB Variations
Color information
#BEEEC4 (or 0xBEEEC4) is known color: Granny Apple. HEX triplet: BE, EE and C4. RGB value is (190,238,196). Sum of RGB (Red+Green+Blue) = 190+238+196=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC4 is #41113B. Grayscale: #DADADA. Windows color (decimal): -4264252 or 12906174. OLE color: 12906174.
HSL color Cylindrical-coordinate representation of color #BEEEC4: hue angle of 127.5º 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 #BEEEC4 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 196 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.07 |
| HSL | 127.5º | 0.59% | 0.84% | - |
| HSV(B) | 127.5º | 0.2% | 0.93% | - |
| XYZ | 61.77 | 76.08 | 63.65 | - |
| YUV | 218.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 196 | 0.20 | 0 | 0.18 | 0.07 | 127.5 | 0.59 | 0.84 |
| Hex | BE | EE | C4 | 14 | 0 | 12 | 7 | 80 | 3B | 54 |
| Octal | 276 | 356 | 304 | 24 | 0 | 22 | 7 | 200 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11000100 | 10100 | 0 | 10010 | 111 | 10000000 | 111011 | 1010100 |
Color Harmonies of #BEEEC4
Complementary color
Monochromatic Colors of #BEEEC4
Black with #BEEEC4
Text Example
Text Example
White with #BEEEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEC4; }
p { color: rgb(190,238,196); }
H1.HeaderClassName
{
color: #BEEEC4;
}
.AnyTagClassName
{
color: #BEEEC4;
}
</style>
background-color css
<style>
a { background-color: #BEEEC4; }
a { background-color: rgb(190,238,196); }
div.DivClassName
{
background-color: #BEEEC4;
}
.BgClassName
{
background-color: #BEEEC4;
}
</style>
border-color css
<style>
span { border-color: #BEEEC4; }
span { border-color: rgb(190,238,196); }
td.TdClassName
{
border-color: #BEEEC4;
}
.TagClassName
{
border-color: #BEEEC4;
}
</style>