Shades of Pixie Green #B8CCAB
Tints of Pixie Green #B8CCAB
RGB
CMYK
RGB Variations
Color information
#B8CCAB (or 0xB8CCAB) is known color: Pixie Green. HEX triplet: B8, CC and AB. RGB value is (184,204,171). Sum of RGB (Red+Green+Blue) = 184+204+171=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CCAB is #473354. Grayscale: #C2C2C2. Windows color (decimal): -4666197 or 11259064. OLE color: 11259064.
HSL color Cylindrical-coordinate representation of color #B8CCAB: hue angle of 96.36º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8CCAB is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 171 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.2 |
| HSL | 96.36º | 0.24% | 0.74% | - |
| HSV(B) | 96.36º | 0.16% | 0.8% | - |
| XYZ | 48.71 | 56.32 | 46.83 | - |
| YUV | 194.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 171 | 0.10 | 0 | 0.16 | 0.2 | 96.36 | 0.24 | 0.74 |
| Hex | B8 | CC | AB | A | 0 | 10 | 14 | 60 | 18 | 4A |
| Octal | 270 | 314 | 253 | 12 | 0 | 20 | 24 | 140 | 30 | 112 |
| Binary | 10111000 | 11001100 | 10101011 | 1010 | 0 | 10000 | 10100 | 1100000 | 11000 | 1001010 |
Color Harmonies of #B8CCAB
Complementary color
Monochromatic Colors of #B8CCAB
Black with #B8CCAB
Text Example
Text Example
White with #B8CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCAB; }
p { color: rgb(184,204,171); }
H1.HeaderClassName
{
color: #B8CCAB;
}
.AnyTagClassName
{
color: #B8CCAB;
}
</style>
background-color css
<style>
a { background-color: #B8CCAB; }
a { background-color: rgb(184,204,171); }
div.DivClassName
{
background-color: #B8CCAB;
}
.BgClassName
{
background-color: #B8CCAB;
}
</style>
border-color css
<style>
span { border-color: #B8CCAB; }
span { border-color: rgb(184,204,171); }
td.TdClassName
{
border-color: #B8CCAB;
}
.TagClassName
{
border-color: #B8CCAB;
}
</style>