Shades of Granny Apple #BEEEC7
Tints of Granny Apple #BEEEC7
RGB
CMYK
RGB Variations
Color information
#BEEEC7 (or 0xBEEEC7) is known color: Granny Apple. HEX triplet: BE, EE and C7. RGB value is (190,238,199). Sum of RGB (Red+Green+Blue) = 190+238+199=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC7 is #411138. Grayscale: #DBDBDB. Windows color (decimal): -4264249 or 13102782. OLE color: 13102782.
HSL color Cylindrical-coordinate representation of color #BEEEC7: hue angle of 131.25º 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 #BEEEC7 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 238 | 199 | - |
CMYK | 0.20 | 0 | 0.16 | 0.07 |
HSL | 131.25º | 0.59% | 0.84% | - |
HSV(B) | 131.25º | 0.2% | 0.93% | - |
XYZ | 62.12 | 76.22 | 65.47 | - |
YUV | 219.2 | 116.6 | 107.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 238 | 199 | 0.20 | 0 | 0.16 | 0.07 | 131.25 | 0.59 | 0.84 |
Hex | BE | EE | C7 | 14 | 0 | 10 | 7 | 83 | 3B | 54 |
Octal | 276 | 356 | 307 | 24 | 0 | 20 | 7 | 203 | 73 | 124 |
Binary | 10111110 | 11101110 | 11000111 | 10100 | 0 | 10000 | 111 | 10000011 | 111011 | 1010100 |
Color Harmonies of #BEEEC7
Complementary color
Monochromatic Colors of #BEEEC7
Black with #BEEEC7
Text Example
Text Example
White with #BEEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEC7; }
p { color: rgb(190,238,199); }
H1.HeaderClassName
{
color: #BEEEC7;
}
.AnyTagClassName
{
color: #BEEEC7;
}
</style>
background-color css
<style>
a { background-color: #BEEEC7; }
a { background-color: rgb(190,238,199); }
div.DivClassName
{
background-color: #BEEEC7;
}
.BgClassName
{
background-color: #BEEEC7;
}
</style>
border-color css
<style>
span { border-color: #BEEEC7; }
span { border-color: rgb(190,238,199); }
td.TdClassName
{
border-color: #BEEEC7;
}
.TagClassName
{
border-color: #BEEEC7;
}
</style>