Shades of Granny Apple #BEEEC5
Tints of Granny Apple #BEEEC5
RGB
CMYK
RGB Variations
Color information
#BEEEC5 (or 0xBEEEC5) is known color: Granny Apple. HEX triplet: BE, EE and C5. RGB value is (190,238,197). Sum of RGB (Red+Green+Blue) = 190+238+197=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC5 is #41113A. Grayscale: #DBDBDB. Windows color (decimal): -4264251 or 12971710. OLE color: 12971710.
HSL color Cylindrical-coordinate representation of color #BEEEC5: hue angle of 128.75º 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 #BEEEC5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 238 | 197 | - |
CMYK | 0.20 | 0 | 0.17 | 0.07 |
HSL | 128.75º | 0.59% | 0.84% | - |
HSV(B) | 128.75º | 0.2% | 0.93% | - |
XYZ | 61.89 | 76.13 | 64.26 | - |
YUV | 218.97 | 115.6 | 107.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 238 | 197 | 0.20 | 0 | 0.17 | 0.07 | 128.75 | 0.59 | 0.84 |
Hex | BE | EE | C5 | 14 | 0 | 11 | 7 | 81 | 3B | 54 |
Octal | 276 | 356 | 305 | 24 | 0 | 21 | 7 | 201 | 73 | 124 |
Binary | 10111110 | 11101110 | 11000101 | 10100 | 0 | 10001 | 111 | 10000001 | 111011 | 1010100 |
Color Harmonies of #BEEEC5
Complementary color
Monochromatic Colors of #BEEEC5
Black with #BEEEC5
Text Example
Text Example
White with #BEEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEC5; }
p { color: rgb(190,238,197); }
H1.HeaderClassName
{
color: #BEEEC5;
}
.AnyTagClassName
{
color: #BEEEC5;
}
</style>
background-color css
<style>
a { background-color: #BEEEC5; }
a { background-color: rgb(190,238,197); }
div.DivClassName
{
background-color: #BEEEC5;
}
.BgClassName
{
background-color: #BEEEC5;
}
</style>
border-color css
<style>
span { border-color: #BEEEC5; }
span { border-color: rgb(190,238,197); }
td.TdClassName
{
border-color: #BEEEC5;
}
.TagClassName
{
border-color: #BEEEC5;
}
</style>