Shades of Pixie Green #BCDDA0
Tints of Pixie Green #BCDDA0
RGB
CMYK
RGB Variations
Color information
#BCDDA0 (or 0xBCDDA0) is known color: Pixie Green. HEX triplet: BC, DD and A0. RGB value is (188,221,160). Sum of RGB (Red+Green+Blue) = 188+221+160=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDA0 is #43225F. Grayscale: #CCCCCC. Windows color (decimal): -4399712 or 10542524. OLE color: 10542524.
HSL color Cylindrical-coordinate representation of color #BCDDA0: hue angle of 92.46º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCDDA0 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 160 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.13 |
| HSL | 92.46º | 0.47% | 0.75% | - |
| HSV(B) | 92.46º | 0.28% | 0.87% | - |
| XYZ | 52.94 | 64.94 | 43 | - |
| YUV | 204.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 160 | 0.15 | 0 | 0.28 | 0.13 | 92.46 | 0.47 | 0.75 |
| Hex | BC | DD | A0 | F | 0 | 1C | D | 5C | 2F | 4B |
| Octal | 274 | 335 | 240 | 17 | 0 | 34 | 15 | 134 | 57 | 113 |
| Binary | 10111100 | 11011101 | 10100000 | 1111 | 0 | 11100 | 1101 | 1011100 | 101111 | 1001011 |
Color Harmonies of #BCDDA0
Complementary color
Monochromatic Colors of #BCDDA0
Black with #BCDDA0
Text Example
Text Example
White with #BCDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDA0; }
p { color: rgb(188,221,160); }
H1.HeaderClassName
{
color: #BCDDA0;
}
.AnyTagClassName
{
color: #BCDDA0;
}
</style>
background-color css
<style>
a { background-color: #BCDDA0; }
a { background-color: rgb(188,221,160); }
div.DivClassName
{
background-color: #BCDDA0;
}
.BgClassName
{
background-color: #BCDDA0;
}
</style>
border-color css
<style>
span { border-color: #BCDDA0; }
span { border-color: rgb(188,221,160); }
td.TdClassName
{
border-color: #BCDDA0;
}
.TagClassName
{
border-color: #BCDDA0;
}
</style>