Shades of Granny Apple #BEEFC6
Tints of Granny Apple #BEEFC6
RGB
CMYK
RGB Variations
Color information
#BEEFC6 (or 0xBEEFC6) is known color: Granny Apple. HEX triplet: BE, EF and C6. RGB value is (190,239,198). Sum of RGB (Red+Green+Blue) = 190+239+198=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC6 is #411039. Grayscale: #DBDBDB. Windows color (decimal): -4263994 or 13037502. OLE color: 13037502.
HSL color Cylindrical-coordinate representation of color #BEEFC6: hue angle of 129.8º 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 #BEEFC6 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 198 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.06 |
| HSL | 129.8º | 0.6% | 0.84% | - |
| HSV(B) | 129.8º | 0.21% | 0.94% | - |
| XYZ | 62.29 | 76.76 | 64.96 | - |
| YUV | 219.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 198 | 0.21 | 0 | 0.17 | 0.06 | 129.8 | 0.6 | 0.84 |
| Hex | BE | EF | C6 | 15 | 0 | 11 | 6 | 82 | 3C | 54 |
| Octal | 276 | 357 | 306 | 25 | 0 | 21 | 6 | 202 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11000110 | 10101 | 0 | 10001 | 110 | 10000010 | 111100 | 1010100 |
Color Harmonies of #BEEFC6
Complementary color
Monochromatic Colors of #BEEFC6
Black with #BEEFC6
Text Example
Text Example
White with #BEEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFC6; }
p { color: rgb(190,239,198); }
H1.HeaderClassName
{
color: #BEEFC6;
}
.AnyTagClassName
{
color: #BEEFC6;
}
</style>
background-color css
<style>
a { background-color: #BEEFC6; }
a { background-color: rgb(190,239,198); }
div.DivClassName
{
background-color: #BEEFC6;
}
.BgClassName
{
background-color: #BEEFC6;
}
</style>
border-color css
<style>
span { border-color: #BEEFC6; }
span { border-color: rgb(190,239,198); }
td.TdClassName
{
border-color: #BEEFC6;
}
.TagClassName
{
border-color: #BEEFC6;
}
</style>