Shades of Pixie Green #BCDAA6
Tints of Pixie Green #BCDAA6
RGB
CMYK
RGB Variations
Color information
#BCDAA6 (or 0xBCDAA6) is known color: Pixie Green. HEX triplet: BC, DA and A6. RGB value is (188,218,166). Sum of RGB (Red+Green+Blue) = 188+218+166=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAA6 is #432559. Grayscale: #CBCBCB. Windows color (decimal): -4400474 or 10934972. OLE color: 10934972.
HSL color Cylindrical-coordinate representation of color #BCDAA6: hue angle of 94.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDAA6 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 166 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.15 |
| HSL | 94.62º | 0.41% | 0.75% | - |
| HSV(B) | 94.62º | 0.24% | 0.85% | - |
| XYZ | 52.69 | 63.59 | 45.57 | - |
| YUV | 203.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 166 | 0.14 | 0 | 0.24 | 0.15 | 94.62 | 0.41 | 0.75 |
| Hex | BC | DA | A6 | E | 0 | 18 | F | 5F | 29 | 4B |
| Octal | 274 | 332 | 246 | 16 | 0 | 30 | 17 | 137 | 51 | 113 |
| Binary | 10111100 | 11011010 | 10100110 | 1110 | 0 | 11000 | 1111 | 1011111 | 101001 | 1001011 |
Color Harmonies of #BCDAA6
Complementary color
Monochromatic Colors of #BCDAA6
Black with #BCDAA6
Text Example
Text Example
White with #BCDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAA6; }
p { color: rgb(188,218,166); }
H1.HeaderClassName
{
color: #BCDAA6;
}
.AnyTagClassName
{
color: #BCDAA6;
}
</style>
background-color css
<style>
a { background-color: #BCDAA6; }
a { background-color: rgb(188,218,166); }
div.DivClassName
{
background-color: #BCDAA6;
}
.BgClassName
{
background-color: #BCDAA6;
}
</style>
border-color css
<style>
span { border-color: #BCDAA6; }
span { border-color: rgb(188,218,166); }
td.TdClassName
{
border-color: #BCDAA6;
}
.TagClassName
{
border-color: #BCDAA6;
}
</style>