Shades of Granny Apple #BEEBCD
Tints of Granny Apple #BEEBCD
RGB
CMYK
RGB Variations
Color information
#BEEBCD (or 0xBEEBCD) is known color: Granny Apple. HEX triplet: BE, EB and CD. RGB value is (190,235,205). Sum of RGB (Red+Green+Blue) = 190+235+205=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBCD is #411432. Grayscale: #DADADA. Windows color (decimal): -4265011 or 13495230. OLE color: 13495230.
HSL color Cylindrical-coordinate representation of color #BEEBCD: hue angle of 140º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBCD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 205 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.08 |
| HSL | 140º | 0.53% | 0.83% | - |
| HSV(B) | 140º | 0.19% | 0.92% | - |
| XYZ | 61.96 | 74.77 | 68.92 | - |
| YUV | 218.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 205 | 0.19 | 0 | 0.13 | 0.08 | 140 | 0.53 | 0.83 |
| Hex | BE | EB | CD | 13 | 0 | D | 8 | 8C | 35 | 53 |
| Octal | 276 | 353 | 315 | 23 | 0 | 15 | 10 | 214 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11001101 | 10011 | 0 | 1101 | 1000 | 10001100 | 110101 | 1010011 |
Color Harmonies of #BEEBCD
Complementary color
Monochromatic Colors of #BEEBCD
Black with #BEEBCD
Text Example
Text Example
White with #BEEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBCD; }
p { color: rgb(190,235,205); }
H1.HeaderClassName
{
color: #BEEBCD;
}
.AnyTagClassName
{
color: #BEEBCD;
}
</style>
background-color css
<style>
a { background-color: #BEEBCD; }
a { background-color: rgb(190,235,205); }
div.DivClassName
{
background-color: #BEEBCD;
}
.BgClassName
{
background-color: #BEEBCD;
}
</style>
border-color css
<style>
span { border-color: #BEEBCD; }
span { border-color: rgb(190,235,205); }
td.TdClassName
{
border-color: #BEEBCD;
}
.TagClassName
{
border-color: #BEEBCD;
}
</style>