Shades of Pixie Green #BCCBAB
Tints of Pixie Green #BCCBAB
RGB
CMYK
RGB Variations
Color information
#BCCBAB (or 0xBCCBAB) is known color: Pixie Green. HEX triplet: BC, CB and AB. RGB value is (188,203,171). Sum of RGB (Red+Green+Blue) = 188+203+171=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBAB is #433454. Grayscale: #C2C2C2. Windows color (decimal): -4404309 or 11258812. OLE color: 11258812.
HSL color Cylindrical-coordinate representation of color #BCCBAB: hue angle of 88.12º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCBAB is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 171 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.20 |
| HSL | 88.13º | 0.24% | 0.73% | - |
| HSV(B) | 88.13º | 0.16% | 0.8% | - |
| XYZ | 49.45 | 56.34 | 46.8 | - |
| YUV | 194.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 171 | 0.07 | 0 | 0.16 | 0.20 | 88.13 | 0.24 | 0.73 |
| Hex | BC | CB | AB | 7 | 0 | 10 | 14 | 58 | 18 | 49 |
| Octal | 274 | 313 | 253 | 7 | 0 | 20 | 24 | 130 | 30 | 111 |
| Binary | 10111100 | 11001011 | 10101011 | 111 | 0 | 10000 | 10100 | 1011000 | 11000 | 1001001 |
Color Harmonies of #BCCBAB
Complementary color
Monochromatic Colors of #BCCBAB
Black with #BCCBAB
Text Example
Text Example
White with #BCCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBAB; }
p { color: rgb(188,203,171); }
H1.HeaderClassName
{
color: #BCCBAB;
}
.AnyTagClassName
{
color: #BCCBAB;
}
</style>
background-color css
<style>
a { background-color: #BCCBAB; }
a { background-color: rgb(188,203,171); }
div.DivClassName
{
background-color: #BCCBAB;
}
.BgClassName
{
background-color: #BCCBAB;
}
</style>
border-color css
<style>
span { border-color: #BCCBAB; }
span { border-color: rgb(188,203,171); }
td.TdClassName
{
border-color: #BCCBAB;
}
.TagClassName
{
border-color: #BCCBAB;
}
</style>