Shades of Granny Apple #BEEFC5
Tints of Granny Apple #BEEFC5
RGB
CMYK
RGB Variations
Color information
#BEEFC5 (or 0xBEEFC5) is known color: Granny Apple. HEX triplet: BE, EF and C5. RGB value is (190,239,197). Sum of RGB (Red+Green+Blue) = 190+239+197=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC5 is #41103A. Grayscale: #DBDBDB. Windows color (decimal): -4263995 or 12971966. OLE color: 12971966.
HSL color Cylindrical-coordinate representation of color #BEEFC5: hue angle of 128.57º 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 #BEEFC5 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 197 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.06 |
| HSL | 128.57º | 0.6% | 0.84% | - |
| HSV(B) | 128.57º | 0.21% | 0.94% | - |
| XYZ | 62.18 | 76.71 | 64.35 | - |
| YUV | 219.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 197 | 0.21 | 0 | 0.18 | 0.06 | 128.57 | 0.6 | 0.84 |
| Hex | BE | EF | C5 | 15 | 0 | 12 | 6 | 81 | 3C | 54 |
| Octal | 276 | 357 | 305 | 25 | 0 | 22 | 6 | 201 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11000101 | 10101 | 0 | 10010 | 110 | 10000001 | 111100 | 1010100 |
Color Harmonies of #BEEFC5
Complementary color
Monochromatic Colors of #BEEFC5
Black with #BEEFC5
Text Example
Text Example
White with #BEEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFC5; }
p { color: rgb(190,239,197); }
H1.HeaderClassName
{
color: #BEEFC5;
}
.AnyTagClassName
{
color: #BEEFC5;
}
</style>
background-color css
<style>
a { background-color: #BEEFC5; }
a { background-color: rgb(190,239,197); }
div.DivClassName
{
background-color: #BEEFC5;
}
.BgClassName
{
background-color: #BEEFC5;
}
</style>
border-color css
<style>
span { border-color: #BEEFC5; }
span { border-color: rgb(190,239,197); }
td.TdClassName
{
border-color: #BEEFC5;
}
.TagClassName
{
border-color: #BEEFC5;
}
</style>