Shades of Pixie Green #BCD2A6
Tints of Pixie Green #BCD2A6
RGB
CMYK
RGB Variations
Color information
#BCD2A6 (or 0xBCD2A6) is known color: Pixie Green. HEX triplet: BC, D2 and A6. RGB value is (188,210,166). Sum of RGB (Red+Green+Blue) = 188+210+166=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD2A6 is #432D59. Grayscale: #C6C6C6. Windows color (decimal): -4402522 or 10932924. OLE color: 10932924.
HSL color Cylindrical-coordinate representation of color #BCD2A6: hue angle of 90º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD2A6 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 166 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.18 |
| HSL | 90º | 0.33% | 0.74% | - |
| HSV(B) | 90º | 0.21% | 0.82% | - |
| XYZ | 50.67 | 59.54 | 44.9 | - |
| YUV | 198.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 166 | 0.10 | 0 | 0.21 | 0.18 | 90 | 0.33 | 0.74 |
| Hex | BC | D2 | A6 | A | 0 | 15 | 12 | 5A | 21 | 4A |
| Octal | 274 | 322 | 246 | 12 | 0 | 25 | 22 | 132 | 41 | 112 |
| Binary | 10111100 | 11010010 | 10100110 | 1010 | 0 | 10101 | 10010 | 1011010 | 100001 | 1001010 |
Color Harmonies of #BCD2A6
Complementary color
Monochromatic Colors of #BCD2A6
Black with #BCD2A6
Text Example
Text Example
White with #BCD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2A6; }
p { color: rgb(188,210,166); }
H1.HeaderClassName
{
color: #BCD2A6;
}
.AnyTagClassName
{
color: #BCD2A6;
}
</style>
background-color css
<style>
a { background-color: #BCD2A6; }
a { background-color: rgb(188,210,166); }
div.DivClassName
{
background-color: #BCD2A6;
}
.BgClassName
{
background-color: #BCD2A6;
}
</style>
border-color css
<style>
span { border-color: #BCD2A6; }
span { border-color: rgb(188,210,166); }
td.TdClassName
{
border-color: #BCD2A6;
}
.TagClassName
{
border-color: #BCD2A6;
}
</style>