Shades of Granny Apple #BEEFC8
Tints of Granny Apple #BEEFC8
RGB
CMYK
RGB Variations
Color information
#BEEFC8 (or 0xBEEFC8) is known color: Granny Apple. HEX triplet: BE, EF and C8. RGB value is (190,239,200). Sum of RGB (Red+Green+Blue) = 190+239+200=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC8 is #411037. Grayscale: #DCDCDC. Windows color (decimal): -4263992 or 13168574. OLE color: 13168574.
HSL color Cylindrical-coordinate representation of color #BEEFC8: hue angle of 132.24º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFC8 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 200 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.06 |
| HSL | 132.24º | 0.6% | 0.84% | - |
| HSV(B) | 132.24º | 0.21% | 0.94% | - |
| XYZ | 62.53 | 76.85 | 66.18 | - |
| YUV | 219.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 200 | 0.21 | 0 | 0.16 | 0.06 | 132.24 | 0.6 | 0.84 |
| Hex | BE | EF | C8 | 15 | 0 | 10 | 6 | 84 | 3C | 54 |
| Octal | 276 | 357 | 310 | 25 | 0 | 20 | 6 | 204 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11001000 | 10101 | 0 | 10000 | 110 | 10000100 | 111100 | 1010100 |
Color Harmonies of #BEEFC8
Complementary color
Monochromatic Colors of #BEEFC8
Black with #BEEFC8
Text Example
Text Example
White with #BEEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFC8; }
p { color: rgb(190,239,200); }
H1.HeaderClassName
{
color: #BEEFC8;
}
.AnyTagClassName
{
color: #BEEFC8;
}
</style>
background-color css
<style>
a { background-color: #BEEFC8; }
a { background-color: rgb(190,239,200); }
div.DivClassName
{
background-color: #BEEFC8;
}
.BgClassName
{
background-color: #BEEFC8;
}
</style>
border-color css
<style>
span { border-color: #BEEFC8; }
span { border-color: rgb(190,239,200); }
td.TdClassName
{
border-color: #BEEFC8;
}
.TagClassName
{
border-color: #BEEFC8;
}
</style>