Shades of Granny Apple #B8EECA
Tints of Granny Apple #B8EECA
RGB
CMYK
RGB Variations
Color information
#B8EECA (or 0xB8EECA) is known color: Granny Apple. HEX triplet: B8, EE and CA. RGB value is (184,238,202). Sum of RGB (Red+Green+Blue) = 184+238+202=624 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.49% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EECA is #471135. Grayscale: #D9D9D9. Windows color (decimal): -4657462 or 13299384. OLE color: 13299384.
HSL color Cylindrical-coordinate representation of color #B8EECA: hue angle of 140º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EECA is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 202 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.07 |
| HSL | 140º | 0.61% | 0.83% | - |
| HSV(B) | 140º | 0.23% | 0.93% | - |
| XYZ | 61 | 75.6 | 67.25 | - |
| YUV | 217.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 202 | 0.23 | 0 | 0.15 | 0.07 | 140 | 0.61 | 0.83 |
| Hex | B8 | EE | CA | 17 | 0 | F | 7 | 8C | 3D | 53 |
| Octal | 270 | 356 | 312 | 27 | 0 | 17 | 7 | 214 | 75 | 123 |
| Binary | 10111000 | 11101110 | 11001010 | 10111 | 0 | 1111 | 111 | 10001100 | 111101 | 1010011 |
Color Harmonies of #B8EECA
Complementary color
Monochromatic Colors of #B8EECA
Black with #B8EECA
Text Example
Text Example
White with #B8EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EECA; }
p { color: rgb(184,238,202); }
H1.HeaderClassName
{
color: #B8EECA;
}
.AnyTagClassName
{
color: #B8EECA;
}
</style>
background-color css
<style>
a { background-color: #B8EECA; }
a { background-color: rgb(184,238,202); }
div.DivClassName
{
background-color: #B8EECA;
}
.BgClassName
{
background-color: #B8EECA;
}
</style>
border-color css
<style>
span { border-color: #B8EECA; }
span { border-color: rgb(184,238,202); }
td.TdClassName
{
border-color: #B8EECA;
}
.TagClassName
{
border-color: #B8EECA;
}
</style>