Shades of Granny Apple #B8EACA
Tints of Granny Apple #B8EACA
RGB
CMYK
RGB Variations
Color information
#B8EACA (or 0xB8EACA) is known color: Granny Apple. HEX triplet: B8, EA and CA. RGB value is (184,234,202). Sum of RGB (Red+Green+Blue) = 184+234+202=620 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.68% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EACA is #471535. Grayscale: #D7D7D7. Windows color (decimal): -4658486 or 13298360. OLE color: 13298360.
HSL color Cylindrical-coordinate representation of color #B8EACA: hue angle of 141.6º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EACA is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 234 | 202 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.08 |
| HSL | 141.6º | 0.54% | 0.82% | - |
| HSV(B) | 141.6º | 0.21% | 0.92% | - |
| XYZ | 59.85 | 73.3 | 66.87 | - |
| YUV | 215.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 202 | 0.21 | 0 | 0.14 | 0.08 | 141.6 | 0.54 | 0.82 |
| Hex | B8 | EA | CA | 15 | 0 | E | 8 | 8E | 36 | 52 |
| Octal | 270 | 352 | 312 | 25 | 0 | 16 | 10 | 216 | 66 | 122 |
| Binary | 10111000 | 11101010 | 11001010 | 10101 | 0 | 1110 | 1000 | 10001110 | 110110 | 1010010 |
Color Harmonies of #B8EACA
Complementary color
Monochromatic Colors of #B8EACA
Black with #B8EACA
Text Example
Text Example
White with #B8EACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EACA; }
p { color: rgb(184,234,202); }
H1.HeaderClassName
{
color: #B8EACA;
}
.AnyTagClassName
{
color: #B8EACA;
}
</style>
background-color css
<style>
a { background-color: #B8EACA; }
a { background-color: rgb(184,234,202); }
div.DivClassName
{
background-color: #B8EACA;
}
.BgClassName
{
background-color: #B8EACA;
}
</style>
border-color css
<style>
span { border-color: #B8EACA; }
span { border-color: rgb(184,234,202); }
td.TdClassName
{
border-color: #B8EACA;
}
.TagClassName
{
border-color: #B8EACA;
}
</style>