Shades of Pixie Green #BCD4A4
Tints of Pixie Green #BCD4A4
RGB
CMYK
RGB Variations
Color information
#BCD4A4 (or 0xBCD4A4) is known color: Pixie Green. HEX triplet: BC, D4 and A4. RGB value is (188,212,164). Sum of RGB (Red+Green+Blue) = 188+212+164=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD4A4 is #432B5B. Grayscale: #C7C7C7. Windows color (decimal): -4402012 or 10802364. OLE color: 10802364.
HSL color Cylindrical-coordinate representation of color #BCD4A4: hue angle of 90º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD4A4 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 164 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.17 |
| HSL | 90º | 0.36% | 0.74% | - |
| HSV(B) | 90º | 0.23% | 0.83% | - |
| XYZ | 50.98 | 60.46 | 44.1 | - |
| YUV | 199.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 164 | 0.11 | 0 | 0.23 | 0.17 | 90 | 0.36 | 0.74 |
| Hex | BC | D4 | A4 | B | 0 | 17 | 11 | 5A | 24 | 4A |
| Octal | 274 | 324 | 244 | 13 | 0 | 27 | 21 | 132 | 44 | 112 |
| Binary | 10111100 | 11010100 | 10100100 | 1011 | 0 | 10111 | 10001 | 1011010 | 100100 | 1001010 |
Color Harmonies of #BCD4A4
Complementary color
Monochromatic Colors of #BCD4A4
Black with #BCD4A4
Text Example
Text Example
White with #BCD4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4A4; }
p { color: rgb(188,212,164); }
H1.HeaderClassName
{
color: #BCD4A4;
}
.AnyTagClassName
{
color: #BCD4A4;
}
</style>
background-color css
<style>
a { background-color: #BCD4A4; }
a { background-color: rgb(188,212,164); }
div.DivClassName
{
background-color: #BCD4A4;
}
.BgClassName
{
background-color: #BCD4A4;
}
</style>
border-color css
<style>
span { border-color: #BCD4A4; }
span { border-color: rgb(188,212,164); }
td.TdClassName
{
border-color: #BCD4A4;
}
.TagClassName
{
border-color: #BCD4A4;
}
</style>