Shades of Pixie Green #BCCDA7
Tints of Pixie Green #BCCDA7
RGB
CMYK
RGB Variations
Color information
#BCCDA7 (or 0xBCCDA7) is known color: Pixie Green. HEX triplet: BC, CD and A7. RGB value is (188,205,167). Sum of RGB (Red+Green+Blue) = 188+205+167=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDA7 is #433258. Grayscale: #C3C3C3. Windows color (decimal): -4403801 or 10997180. OLE color: 10997180.
HSL color Cylindrical-coordinate representation of color #BCCDA7: hue angle of 86.84º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCDA7 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 167 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.20 |
| HSL | 86.84º | 0.28% | 0.73% | - |
| HSV(B) | 86.84º | 0.19% | 0.8% | - |
| XYZ | 49.55 | 57.14 | 44.98 | - |
| YUV | 195.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 167 | 0.08 | 0 | 0.19 | 0.20 | 86.84 | 0.28 | 0.73 |
| Hex | BC | CD | A7 | 8 | 0 | 13 | 14 | 57 | 1C | 49 |
| Octal | 274 | 315 | 247 | 10 | 0 | 23 | 24 | 127 | 34 | 111 |
| Binary | 10111100 | 11001101 | 10100111 | 1000 | 0 | 10011 | 10100 | 1010111 | 11100 | 1001001 |
Color Harmonies of #BCCDA7
Complementary color
Monochromatic Colors of #BCCDA7
Black with #BCCDA7
Text Example
Text Example
White with #BCCDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDA7; }
p { color: rgb(188,205,167); }
H1.HeaderClassName
{
color: #BCCDA7;
}
.AnyTagClassName
{
color: #BCCDA7;
}
</style>
background-color css
<style>
a { background-color: #BCCDA7; }
a { background-color: rgb(188,205,167); }
div.DivClassName
{
background-color: #BCCDA7;
}
.BgClassName
{
background-color: #BCCDA7;
}
</style>
border-color css
<style>
span { border-color: #BCCDA7; }
span { border-color: rgb(188,205,167); }
td.TdClassName
{
border-color: #BCCDA7;
}
.TagClassName
{
border-color: #BCCDA7;
}
</style>