Shades of Pixie Green #BCD0AC
Tints of Pixie Green #BCD0AC
RGB
CMYK
RGB Variations
Color information
#BCD0AC (or 0xBCD0AC) is known color: Pixie Green. HEX triplet: BC, D0 and AC. RGB value is (188,208,172). Sum of RGB (Red+Green+Blue) = 188+208+172=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0AC is #432F53. Grayscale: #C6C6C6. Windows color (decimal): -4403028 or 11325628. OLE color: 11325628.
HSL color Cylindrical-coordinate representation of color #BCD0AC: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD0AC is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 208 | 172 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.18 |
| HSL | 93.33º | 0.28% | 0.75% | - |
| HSV(B) | 93.33º | 0.17% | 0.82% | - |
| XYZ | 50.74 | 58.78 | 47.7 | - |
| YUV | 197.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 172 | 0.10 | 0 | 0.17 | 0.18 | 93.33 | 0.28 | 0.75 |
| Hex | BC | D0 | AC | A | 0 | 11 | 12 | 5D | 1C | 4B |
| Octal | 274 | 320 | 254 | 12 | 0 | 21 | 22 | 135 | 34 | 113 |
| Binary | 10111100 | 11010000 | 10101100 | 1010 | 0 | 10001 | 10010 | 1011101 | 11100 | 1001011 |
Color Harmonies of #BCD0AC
Complementary color
Monochromatic Colors of #BCD0AC
Black with #BCD0AC
Text Example
Text Example
White with #BCD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0AC; }
p { color: rgb(188,208,172); }
H1.HeaderClassName
{
color: #BCD0AC;
}
.AnyTagClassName
{
color: #BCD0AC;
}
</style>
background-color css
<style>
a { background-color: #BCD0AC; }
a { background-color: rgb(188,208,172); }
div.DivClassName
{
background-color: #BCD0AC;
}
.BgClassName
{
background-color: #BCD0AC;
}
</style>
border-color css
<style>
span { border-color: #BCD0AC; }
span { border-color: rgb(188,208,172); }
td.TdClassName
{
border-color: #BCD0AC;
}
.TagClassName
{
border-color: #BCD0AC;
}
</style>