Shades of Pixie Green #B8C8AB
Tints of Pixie Green #B8C8AB
RGB
CMYK
RGB Variations
Color information
#B8C8AB (or 0xB8C8AB) is known color: Pixie Green. HEX triplet: B8, C8 and AB. RGB value is (184,200,171). Sum of RGB (Red+Green+Blue) = 184+200+171=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C8AB is #473754. Grayscale: #C0C0C0. Windows color (decimal): -4667221 or 11258040. OLE color: 11258040.
HSL color Cylindrical-coordinate representation of color #B8C8AB: hue angle of 93.1º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8C8AB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 171 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.22 |
| HSL | 93.1º | 0.21% | 0.73% | - |
| HSV(B) | 93.1º | 0.15% | 0.78% | - |
| XYZ | 47.77 | 54.44 | 46.52 | - |
| YUV | 191.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 171 | 0.08 | 0 | 0.14 | 0.22 | 93.1 | 0.21 | 0.73 |
| Hex | B8 | C8 | AB | 8 | 0 | E | 16 | 5D | 15 | 49 |
| Octal | 270 | 310 | 253 | 10 | 0 | 16 | 26 | 135 | 25 | 111 |
| Binary | 10111000 | 11001000 | 10101011 | 1000 | 0 | 1110 | 10110 | 1011101 | 10101 | 1001001 |
Color Harmonies of #B8C8AB
Complementary color
Monochromatic Colors of #B8C8AB
Black with #B8C8AB
Text Example
Text Example
White with #B8C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C8AB; }
p { color: rgb(184,200,171); }
H1.HeaderClassName
{
color: #B8C8AB;
}
.AnyTagClassName
{
color: #B8C8AB;
}
</style>
background-color css
<style>
a { background-color: #B8C8AB; }
a { background-color: rgb(184,200,171); }
div.DivClassName
{
background-color: #B8C8AB;
}
.BgClassName
{
background-color: #B8C8AB;
}
</style>
border-color css
<style>
span { border-color: #B8C8AB; }
span { border-color: rgb(184,200,171); }
td.TdClassName
{
border-color: #B8C8AB;
}
.TagClassName
{
border-color: #B8C8AB;
}
</style>