Shades of Pixie Green #BCDAA2
Tints of Pixie Green #BCDAA2
RGB
CMYK
RGB Variations
Color information
#BCDAA2 (or 0xBCDAA2) is known color: Pixie Green. HEX triplet: BC, DA and A2. RGB value is (188,218,162). Sum of RGB (Red+Green+Blue) = 188+218+162=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAA2 is #43255D. Grayscale: #CACACA. Windows color (decimal): -4400478 or 10672828. OLE color: 10672828.
HSL color Cylindrical-coordinate representation of color #BCDAA2: hue angle of 92.14º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCDAA2 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 162 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.15 |
| HSL | 92.14º | 0.43% | 0.75% | - |
| HSV(B) | 92.14º | 0.26% | 0.85% | - |
| XYZ | 52.33 | 63.44 | 43.67 | - |
| YUV | 202.65 | 105.06 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 162 | 0.14 | 0 | 0.26 | 0.15 | 92.14 | 0.43 | 0.75 |
| Hex | BC | DA | A2 | E | 0 | 1A | F | 5C | 2B | 4B |
| Octal | 274 | 332 | 242 | 16 | 0 | 32 | 17 | 134 | 53 | 113 |
| Binary | 10111100 | 11011010 | 10100010 | 1110 | 0 | 11010 | 1111 | 1011100 | 101011 | 1001011 |
Color Harmonies of #BCDAA2
Complementary color
Monochromatic Colors of #BCDAA2
Black with #BCDAA2
Text Example
Text Example
White with #BCDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAA2; }
p { color: rgb(188,218,162); }
H1.HeaderClassName
{
color: #BCDAA2;
}
.AnyTagClassName
{
color: #BCDAA2;
}
</style>
background-color css
<style>
a { background-color: #BCDAA2; }
a { background-color: rgb(188,218,162); }
div.DivClassName
{
background-color: #BCDAA2;
}
.BgClassName
{
background-color: #BCDAA2;
}
</style>
border-color css
<style>
span { border-color: #BCDAA2; }
span { border-color: rgb(188,218,162); }
td.TdClassName
{
border-color: #BCDAA2;
}
.TagClassName
{
border-color: #BCDAA2;
}
</style>