Shades of Granny Apple #BEECCE
Tints of Granny Apple #BEECCE
RGB
CMYK
RGB Variations
Color information
#BEECCE (or 0xBEECCE) is known color: Granny Apple. HEX triplet: BE, EC and CE. RGB value is (190,236,206). Sum of RGB (Red+Green+Blue) = 190+236+206=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECCE is #411331. Grayscale: #DADADA. Windows color (decimal): -4264754 or 13561022. OLE color: 13561022.
HSL color Cylindrical-coordinate representation of color #BEECCE: hue angle of 140.87º 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 #BEECCE is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 236 | 206 | - |
CMYK | 0.19 | 0 | 0.13 | 0.07 |
HSL | 140.87º | 0.55% | 0.84% | - |
HSV(B) | 140.87º | 0.19% | 0.93% | - |
XYZ | 62.37 | 75.39 | 69.66 | - |
YUV | 218.83 | 120.76 | 107.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 236 | 206 | 0.19 | 0 | 0.13 | 0.07 | 140.87 | 0.55 | 0.84 |
Hex | BE | EC | CE | 13 | 0 | D | 7 | 8D | 37 | 54 |
Octal | 276 | 354 | 316 | 23 | 0 | 15 | 7 | 215 | 67 | 124 |
Binary | 10111110 | 11101100 | 11001110 | 10011 | 0 | 1101 | 111 | 10001101 | 110111 | 1010100 |
Color Harmonies of #BEECCE
Complementary color
Monochromatic Colors of #BEECCE
Black with #BEECCE
Text Example
Text Example
White with #BEECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECCE; }
p { color: rgb(190,236,206); }
H1.HeaderClassName
{
color: #BEECCE;
}
.AnyTagClassName
{
color: #BEECCE;
}
</style>
background-color css
<style>
a { background-color: #BEECCE; }
a { background-color: rgb(190,236,206); }
div.DivClassName
{
background-color: #BEECCE;
}
.BgClassName
{
background-color: #BEECCE;
}
</style>
border-color css
<style>
span { border-color: #BEECCE; }
span { border-color: rgb(190,236,206); }
td.TdClassName
{
border-color: #BEECCE;
}
.TagClassName
{
border-color: #BEECCE;
}
</style>