Shades of Granny Apple #BEE8C8
Tints of Granny Apple #BEE8C8
RGB
CMYK
RGB Variations
Color information
#BEE8C8 (or 0xBEE8C8) is known color: Granny Apple. HEX triplet: BE, E8 and C8. RGB value is (190,232,200). Sum of RGB (Red+Green+Blue) = 190+232+200=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8C8 is #411737. Grayscale: #D7D7D7. Windows color (decimal): -4265784 or 13166782. OLE color: 13166782.
HSL color Cylindrical-coordinate representation of color #BEE8C8: hue angle of 134.29º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8C8 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
RGB | 190 | 232 | 200 | - |
CMYK | 0.18 | 0 | 0.14 | 0.09 |
HSL | 134.29º | 0.48% | 0.83% | - |
HSV(B) | 134.29º | 0.18% | 0.91% | - |
XYZ | 60.52 | 72.83 | 65.51 | - |
YUV | 215.79 | 119.09 | 109.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 232 | 200 | 0.18 | 0 | 0.14 | 0.09 | 134.29 | 0.48 | 0.83 |
Hex | BE | E8 | C8 | 12 | 0 | E | 9 | 86 | 30 | 53 |
Octal | 276 | 350 | 310 | 22 | 0 | 16 | 11 | 206 | 60 | 123 |
Binary | 10111110 | 11101000 | 11001000 | 10010 | 0 | 1110 | 1001 | 10000110 | 110000 | 1010011 |
Color Harmonies of #BEE8C8
Complementary color
Monochromatic Colors of #BEE8C8
Black with #BEE8C8
Text Example
Text Example
White with #BEE8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8C8; }
p { color: rgb(190,232,200); }
H1.HeaderClassName
{
color: #BEE8C8;
}
.AnyTagClassName
{
color: #BEE8C8;
}
</style>
background-color css
<style>
a { background-color: #BEE8C8; }
a { background-color: rgb(190,232,200); }
div.DivClassName
{
background-color: #BEE8C8;
}
.BgClassName
{
background-color: #BEE8C8;
}
</style>
border-color css
<style>
span { border-color: #BEE8C8; }
span { border-color: rgb(190,232,200); }
td.TdClassName
{
border-color: #BEE8C8;
}
.TagClassName
{
border-color: #BEE8C8;
}
</style>