Shades of Pixie Green #BCD1AB
Tints of Pixie Green #BCD1AB
RGB
CMYK
RGB Variations
Color information
#BCD1AB (or 0xBCD1AB) is known color: Pixie Green. HEX triplet: BC, D1 and AB. RGB value is (188,209,171). Sum of RGB (Red+Green+Blue) = 188+209+171=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD1AB is #432E54. Grayscale: #C6C6C6. Windows color (decimal): -4402773 or 11260348. OLE color: 11260348.
HSL color Cylindrical-coordinate representation of color #BCD1AB: hue angle of 93.16º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD1AB is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 209 | 171 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.18 |
| HSL | 93.16º | 0.29% | 0.75% | - |
| HSV(B) | 93.16º | 0.18% | 0.82% | - |
| XYZ | 50.89 | 59.23 | 47.28 | - |
| YUV | 198.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 171 | 0.10 | 0 | 0.18 | 0.18 | 93.16 | 0.29 | 0.75 |
| Hex | BC | D1 | AB | A | 0 | 12 | 12 | 5D | 1D | 4B |
| Octal | 274 | 321 | 253 | 12 | 0 | 22 | 22 | 135 | 35 | 113 |
| Binary | 10111100 | 11010001 | 10101011 | 1010 | 0 | 10010 | 10010 | 1011101 | 11101 | 1001011 |
Color Harmonies of #BCD1AB
Complementary color
Monochromatic Colors of #BCD1AB
Black with #BCD1AB
Text Example
Text Example
White with #BCD1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1AB; }
p { color: rgb(188,209,171); }
H1.HeaderClassName
{
color: #BCD1AB;
}
.AnyTagClassName
{
color: #BCD1AB;
}
</style>
background-color css
<style>
a { background-color: #BCD1AB; }
a { background-color: rgb(188,209,171); }
div.DivClassName
{
background-color: #BCD1AB;
}
.BgClassName
{
background-color: #BCD1AB;
}
</style>
border-color css
<style>
span { border-color: #BCD1AB; }
span { border-color: rgb(188,209,171); }
td.TdClassName
{
border-color: #BCD1AB;
}
.TagClassName
{
border-color: #BCD1AB;
}
</style>