Shades of Pixie Green #B8CBA7
Tints of Pixie Green #B8CBA7
RGB
CMYK
RGB Variations
Color information
#B8CBA7 (or 0xB8CBA7) is known color: Pixie Green. HEX triplet: B8, CB and A7. RGB value is (184,203,167). Sum of RGB (Red+Green+Blue) = 184+203+167=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 167 (65.62% from 255 or 30.14% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CBA7 is #473458. Grayscale: #C1C1C1. Windows color (decimal): -4666457 or 10996664. OLE color: 10996664.
HSL color Cylindrical-coordinate representation of color #B8CBA7: hue angle of 91.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8CBA7 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 167 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.20 |
| HSL | 91.67º | 0.26% | 0.73% | - |
| HSV(B) | 91.67º | 0.18% | 0.8% | - |
| XYZ | 48.1 | 55.69 | 44.77 | - |
| YUV | 193.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 167 | 0.09 | 0 | 0.18 | 0.20 | 91.67 | 0.26 | 0.73 |
| Hex | B8 | CB | A7 | 9 | 0 | 12 | 14 | 5C | 1A | 49 |
| Octal | 270 | 313 | 247 | 11 | 0 | 22 | 24 | 134 | 32 | 111 |
| Binary | 10111000 | 11001011 | 10100111 | 1001 | 0 | 10010 | 10100 | 1011100 | 11010 | 1001001 |
Color Harmonies of #B8CBA7
Complementary color
Monochromatic Colors of #B8CBA7
Black with #B8CBA7
Text Example
Text Example
White with #B8CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBA7; }
p { color: rgb(184,203,167); }
H1.HeaderClassName
{
color: #B8CBA7;
}
.AnyTagClassName
{
color: #B8CBA7;
}
</style>
background-color css
<style>
a { background-color: #B8CBA7; }
a { background-color: rgb(184,203,167); }
div.DivClassName
{
background-color: #B8CBA7;
}
.BgClassName
{
background-color: #B8CBA7;
}
</style>
border-color css
<style>
span { border-color: #B8CBA7; }
span { border-color: rgb(184,203,167); }
td.TdClassName
{
border-color: #B8CBA7;
}
.TagClassName
{
border-color: #B8CBA7;
}
</style>