Shades of Granny Apple #BEEAC4
Tints of Granny Apple #BEEAC4
RGB
CMYK
RGB Variations
Color information
#BEEAC4 (or 0xBEEAC4) is known color: Granny Apple. HEX triplet: BE, EA and C4. RGB value is (190,234,196). Sum of RGB (Red+Green+Blue) = 190+234+196=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC4 is #41153B. Grayscale: #D8D8D8. Windows color (decimal): -4265276 or 12905150. OLE color: 12905150.
HSL color Cylindrical-coordinate representation of color #BEEAC4: hue angle of 128.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAC4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 196 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.08 |
| HSL | 128.18º | 0.51% | 0.83% | - |
| HSV(B) | 128.18º | 0.19% | 0.92% | - |
| XYZ | 60.62 | 73.78 | 63.27 | - |
| YUV | 216.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 196 | 0.19 | 0 | 0.16 | 0.08 | 128.18 | 0.51 | 0.83 |
| Hex | BE | EA | C4 | 13 | 0 | 10 | 8 | 80 | 33 | 53 |
| Octal | 276 | 352 | 304 | 23 | 0 | 20 | 10 | 200 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11000100 | 10011 | 0 | 10000 | 1000 | 10000000 | 110011 | 1010011 |
Color Harmonies of #BEEAC4
Complementary color
Monochromatic Colors of #BEEAC4
Black with #BEEAC4
Text Example
Text Example
White with #BEEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAC4; }
p { color: rgb(190,234,196); }
H1.HeaderClassName
{
color: #BEEAC4;
}
.AnyTagClassName
{
color: #BEEAC4;
}
</style>
background-color css
<style>
a { background-color: #BEEAC4; }
a { background-color: rgb(190,234,196); }
div.DivClassName
{
background-color: #BEEAC4;
}
.BgClassName
{
background-color: #BEEAC4;
}
</style>
border-color css
<style>
span { border-color: #BEEAC4; }
span { border-color: rgb(190,234,196); }
td.TdClassName
{
border-color: #BEEAC4;
}
.TagClassName
{
border-color: #BEEAC4;
}
</style>