Shades of Granny Apple #BEECCD
Tints of Granny Apple #BEECCD
RGB
CMYK
RGB Variations
Color information
#BEECCD (or 0xBEECCD) is known color: Granny Apple. HEX triplet: BE, EC and CD. RGB value is (190,236,205). Sum of RGB (Red+Green+Blue) = 190+236+205=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECCD is #411332. Grayscale: #DADADA. Windows color (decimal): -4264755 or 13495486. OLE color: 13495486.
HSL color Cylindrical-coordinate representation of color #BEECCD: hue angle of 139.57º 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 #BEECCD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 205 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.07 |
| HSL | 139.57º | 0.55% | 0.84% | - |
| HSV(B) | 139.57º | 0.19% | 0.93% | - |
| XYZ | 62.25 | 75.35 | 69.02 | - |
| YUV | 218.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 205 | 0.19 | 0 | 0.13 | 0.07 | 139.57 | 0.55 | 0.84 |
| Hex | BE | EC | CD | 13 | 0 | D | 7 | 8C | 37 | 54 |
| Octal | 276 | 354 | 315 | 23 | 0 | 15 | 7 | 214 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11001101 | 10011 | 0 | 1101 | 111 | 10001100 | 110111 | 1010100 |
Color Harmonies of #BEECCD
Complementary color
Monochromatic Colors of #BEECCD
Black with #BEECCD
Text Example
Text Example
White with #BEECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECCD; }
p { color: rgb(190,236,205); }
H1.HeaderClassName
{
color: #BEECCD;
}
.AnyTagClassName
{
color: #BEECCD;
}
</style>
background-color css
<style>
a { background-color: #BEECCD; }
a { background-color: rgb(190,236,205); }
div.DivClassName
{
background-color: #BEECCD;
}
.BgClassName
{
background-color: #BEECCD;
}
</style>
border-color css
<style>
span { border-color: #BEECCD; }
span { border-color: rgb(190,236,205); }
td.TdClassName
{
border-color: #BEECCD;
}
.TagClassName
{
border-color: #BEECCD;
}
</style>