Shades of Pixie Green #B9CBA7
Tints of Pixie Green #B9CBA7
RGB
CMYK
RGB Variations
Color information
#B9CBA7 (or 0xB9CBA7) is known color: Pixie Green. HEX triplet: B9, CB and A7. RGB value is (185,203,167). Sum of RGB (Red+Green+Blue) = 185+203+167=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CBA7 is #463458. Grayscale: #C1C1C1. Windows color (decimal): -4600921 or 10996665. OLE color: 10996665.
HSL color Cylindrical-coordinate representation of color #B9CBA7: hue angle of 90º 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 #B9CBA7 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 167 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.20 |
| HSL | 90º | 0.26% | 0.73% | - |
| HSV(B) | 90º | 0.18% | 0.8% | - |
| XYZ | 48.34 | 55.82 | 44.79 | - |
| YUV | 193.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 167 | 0.09 | 0 | 0.18 | 0.20 | 90 | 0.26 | 0.73 |
| Hex | B9 | CB | A7 | 9 | 0 | 12 | 14 | 5A | 1A | 49 |
| Octal | 271 | 313 | 247 | 11 | 0 | 22 | 24 | 132 | 32 | 111 |
| Binary | 10111001 | 11001011 | 10100111 | 1001 | 0 | 10010 | 10100 | 1011010 | 11010 | 1001001 |
Color Harmonies of #B9CBA7
Complementary color
Monochromatic Colors of #B9CBA7
Black with #B9CBA7
Text Example
Text Example
White with #B9CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBA7; }
p { color: rgb(185,203,167); }
H1.HeaderClassName
{
color: #B9CBA7;
}
.AnyTagClassName
{
color: #B9CBA7;
}
</style>
background-color css
<style>
a { background-color: #B9CBA7; }
a { background-color: rgb(185,203,167); }
div.DivClassName
{
background-color: #B9CBA7;
}
.BgClassName
{
background-color: #B9CBA7;
}
</style>
border-color css
<style>
span { border-color: #B9CBA7; }
span { border-color: rgb(185,203,167); }
td.TdClassName
{
border-color: #B9CBA7;
}
.TagClassName
{
border-color: #B9CBA7;
}
</style>