Shades of Granny Apple #BEEBC8
Tints of Granny Apple #BEEBC8
RGB
CMYK
RGB Variations
Color information
#BEEBC8 (or 0xBEEBC8) is known color: Granny Apple. HEX triplet: BE, EB and C8. RGB value is (190,235,200). Sum of RGB (Red+Green+Blue) = 190+235+200=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBC8 is #411437. Grayscale: #D9D9D9. Windows color (decimal): -4265016 or 13167550. OLE color: 13167550.
HSL color Cylindrical-coordinate representation of color #BEEBC8: hue angle of 133.33º 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 #BEEBC8 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 200 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.08 |
| HSL | 133.33º | 0.53% | 0.83% | - |
| HSV(B) | 133.33º | 0.19% | 0.92% | - |
| XYZ | 61.37 | 74.53 | 65.8 | - |
| YUV | 217.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 200 | 0.19 | 0 | 0.15 | 0.08 | 133.33 | 0.53 | 0.83 |
| Hex | BE | EB | C8 | 13 | 0 | F | 8 | 85 | 35 | 53 |
| Octal | 276 | 353 | 310 | 23 | 0 | 17 | 10 | 205 | 65 | 123 |
| Binary | 10111110 | 11101011 | 11001000 | 10011 | 0 | 1111 | 1000 | 10000101 | 110101 | 1010011 |
Color Harmonies of #BEEBC8
Complementary color
Monochromatic Colors of #BEEBC8
Black with #BEEBC8
Text Example
Text Example
White with #BEEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBC8; }
p { color: rgb(190,235,200); }
H1.HeaderClassName
{
color: #BEEBC8;
}
.AnyTagClassName
{
color: #BEEBC8;
}
</style>
background-color css
<style>
a { background-color: #BEEBC8; }
a { background-color: rgb(190,235,200); }
div.DivClassName
{
background-color: #BEEBC8;
}
.BgClassName
{
background-color: #BEEBC8;
}
</style>
border-color css
<style>
span { border-color: #BEEBC8; }
span { border-color: rgb(190,235,200); }
td.TdClassName
{
border-color: #BEEBC8;
}
.TagClassName
{
border-color: #BEEBC8;
}
</style>