Shades of Granny Apple #BEEFC4
Tints of Granny Apple #BEEFC4
RGB
CMYK
RGB Variations
Color information
#BEEFC4 (or 0xBEEFC4) is known color: Granny Apple. HEX triplet: BE, EF and C4. RGB value is (190,239,196). Sum of RGB (Red+Green+Blue) = 190+239+196=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC4 is #41103B. Grayscale: #DBDBDB. Windows color (decimal): -4263996 or 12906430. OLE color: 12906430.
HSL color Cylindrical-coordinate representation of color #BEEFC4: hue angle of 127.35º 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 #BEEFC4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 196 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.06 |
| HSL | 127.35º | 0.6% | 0.84% | - |
| HSV(B) | 127.35º | 0.21% | 0.94% | - |
| XYZ | 62.07 | 76.67 | 63.75 | - |
| YUV | 219.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 196 | 0.21 | 0 | 0.18 | 0.06 | 127.35 | 0.6 | 0.84 |
| Hex | BE | EF | C4 | 15 | 0 | 12 | 6 | 7F | 3C | 54 |
| Octal | 276 | 357 | 304 | 25 | 0 | 22 | 6 | 177 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11000100 | 10101 | 0 | 10010 | 110 | 1111111 | 111100 | 1010100 |
Color Harmonies of #BEEFC4
Complementary color
Monochromatic Colors of #BEEFC4
Black with #BEEFC4
Text Example
Text Example
White with #BEEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFC4; }
p { color: rgb(190,239,196); }
H1.HeaderClassName
{
color: #BEEFC4;
}
.AnyTagClassName
{
color: #BEEFC4;
}
</style>
background-color css
<style>
a { background-color: #BEEFC4; }
a { background-color: rgb(190,239,196); }
div.DivClassName
{
background-color: #BEEFC4;
}
.BgClassName
{
background-color: #BEEFC4;
}
</style>
border-color css
<style>
span { border-color: #BEEFC4; }
span { border-color: rgb(190,239,196); }
td.TdClassName
{
border-color: #BEEFC4;
}
.TagClassName
{
border-color: #BEEFC4;
}
</style>