Shades of Granny Apple #BEECC9
Tints of Granny Apple #BEECC9
RGB
CMYK
RGB Variations
Color information
#BEECC9 (or 0xBEECC9) is known color: Granny Apple. HEX triplet: BE, EC and C9. RGB value is (190,236,201). Sum of RGB (Red+Green+Blue) = 190+236+201=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECC9 is #411336. Grayscale: #DADADA. Windows color (decimal): -4264759 or 13233342. OLE color: 13233342.
HSL color Cylindrical-coordinate representation of color #BEECC9: hue angle of 134.35º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECC9 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 236 | 201 | - |
CMYK | 0.19 | 0 | 0.15 | 0.07 |
HSL | 134.35º | 0.55% | 0.84% | - |
HSV(B) | 134.35º | 0.19% | 0.93% | - |
XYZ | 61.77 | 75.16 | 66.51 | - |
YUV | 218.26 | 118.26 | 107.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 236 | 201 | 0.19 | 0 | 0.15 | 0.07 | 134.35 | 0.55 | 0.84 |
Hex | BE | EC | C9 | 13 | 0 | F | 7 | 86 | 37 | 54 |
Octal | 276 | 354 | 311 | 23 | 0 | 17 | 7 | 206 | 67 | 124 |
Binary | 10111110 | 11101100 | 11001001 | 10011 | 0 | 1111 | 111 | 10000110 | 110111 | 1010100 |
Color Harmonies of #BEECC9
Complementary color
Monochromatic Colors of #BEECC9
Black with #BEECC9
Text Example
Text Example
White with #BEECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECC9; }
p { color: rgb(190,236,201); }
H1.HeaderClassName
{
color: #BEECC9;
}
.AnyTagClassName
{
color: #BEECC9;
}
</style>
background-color css
<style>
a { background-color: #BEECC9; }
a { background-color: rgb(190,236,201); }
div.DivClassName
{
background-color: #BEECC9;
}
.BgClassName
{
background-color: #BEECC9;
}
</style>
border-color css
<style>
span { border-color: #BEECC9; }
span { border-color: rgb(190,236,201); }
td.TdClassName
{
border-color: #BEECC9;
}
.TagClassName
{
border-color: #BEECC9;
}
</style>