Shades of Granny Apple #BEEEC6
Tints of Granny Apple #BEEEC6
RGB
CMYK
RGB Variations
Color information
#BEEEC6 (or 0xBEEEC6) is known color: Granny Apple. HEX triplet: BE, EE and C6. RGB value is (190,238,198). Sum of RGB (Red+Green+Blue) = 190+238+198=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC6 is #411139. Grayscale: #DBDBDB. Windows color (decimal): -4264250 or 13037246. OLE color: 13037246.
HSL color Cylindrical-coordinate representation of color #BEEEC6: hue angle of 130º 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 #BEEEC6 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 198 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.07 |
| HSL | 130º | 0.59% | 0.84% | - |
| HSV(B) | 130º | 0.2% | 0.93% | - |
| XYZ | 62 | 76.17 | 64.86 | - |
| YUV | 219.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 198 | 0.20 | 0 | 0.17 | 0.07 | 130 | 0.59 | 0.84 |
| Hex | BE | EE | C6 | 14 | 0 | 11 | 7 | 82 | 3B | 54 |
| Octal | 276 | 356 | 306 | 24 | 0 | 21 | 7 | 202 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11000110 | 10100 | 0 | 10001 | 111 | 10000010 | 111011 | 1010100 |
Color Harmonies of #BEEEC6
Complementary color
Monochromatic Colors of #BEEEC6
Black with #BEEEC6
Text Example
Text Example
White with #BEEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEC6; }
p { color: rgb(190,238,198); }
H1.HeaderClassName
{
color: #BEEEC6;
}
.AnyTagClassName
{
color: #BEEEC6;
}
</style>
background-color css
<style>
a { background-color: #BEEEC6; }
a { background-color: rgb(190,238,198); }
div.DivClassName
{
background-color: #BEEEC6;
}
.BgClassName
{
background-color: #BEEEC6;
}
</style>
border-color css
<style>
span { border-color: #BEEEC6; }
span { border-color: rgb(190,238,198); }
td.TdClassName
{
border-color: #BEEEC6;
}
.TagClassName
{
border-color: #BEEEC6;
}
</style>