Shades of Granny Apple #BEEFC3
Tints of Granny Apple #BEEFC3
RGB
CMYK
RGB Variations
Color information
#BEEFC3 (or 0xBEEFC3) is known color: Granny Apple. HEX triplet: BE, EF and C3. RGB value is (190,239,195). Sum of RGB (Red+Green+Blue) = 190+239+195=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC3 is #41103C. Grayscale: #DBDBDB. Windows color (decimal): -4263997 or 12840894. OLE color: 12840894.
HSL color Cylindrical-coordinate representation of color #BEEFC3: hue angle of 126.12º 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 #BEEFC3 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 195 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.06 |
| HSL | 126.12º | 0.6% | 0.84% | - |
| HSV(B) | 126.12º | 0.21% | 0.94% | - |
| XYZ | 61.95 | 76.62 | 63.15 | - |
| YUV | 219.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 195 | 0.21 | 0 | 0.18 | 0.06 | 126.12 | 0.6 | 0.84 |
| Hex | BE | EF | C3 | 15 | 0 | 12 | 6 | 7E | 3C | 54 |
| Octal | 276 | 357 | 303 | 25 | 0 | 22 | 6 | 176 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11000011 | 10101 | 0 | 10010 | 110 | 1111110 | 111100 | 1010100 |
Color Harmonies of #BEEFC3
Complementary color
Monochromatic Colors of #BEEFC3
Black with #BEEFC3
Text Example
Text Example
White with #BEEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFC3; }
p { color: rgb(190,239,195); }
H1.HeaderClassName
{
color: #BEEFC3;
}
.AnyTagClassName
{
color: #BEEFC3;
}
</style>
background-color css
<style>
a { background-color: #BEEFC3; }
a { background-color: rgb(190,239,195); }
div.DivClassName
{
background-color: #BEEFC3;
}
.BgClassName
{
background-color: #BEEFC3;
}
</style>
border-color css
<style>
span { border-color: #BEEFC3; }
span { border-color: rgb(190,239,195); }
td.TdClassName
{
border-color: #BEEFC3;
}
.TagClassName
{
border-color: #BEEFC3;
}
</style>