Shades of Pixie Green #BCCDA2
Tints of Pixie Green #BCCDA2
RGB
CMYK
RGB Variations
Color information
#BCCDA2 (or 0xBCCDA2) is known color: Pixie Green. HEX triplet: BC, CD and A2. RGB value is (188,205,162). Sum of RGB (Red+Green+Blue) = 188+205+162=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDA2 is #43325D. Grayscale: #C3C3C3. Windows color (decimal): -4403806 or 10669500. OLE color: 10669500.
HSL color Cylindrical-coordinate representation of color #BCCDA2: hue angle of 83.72º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCDA2 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 162 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.20 |
| HSL | 83.72º | 0.3% | 0.72% | - |
| HSV(B) | 83.72º | 0.21% | 0.8% | - |
| XYZ | 49.09 | 56.96 | 42.59 | - |
| YUV | 195.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 162 | 0.08 | 0 | 0.21 | 0.20 | 83.72 | 0.3 | 0.72 |
| Hex | BC | CD | A2 | 8 | 0 | 15 | 14 | 54 | 1E | 48 |
| Octal | 274 | 315 | 242 | 10 | 0 | 25 | 24 | 124 | 36 | 110 |
| Binary | 10111100 | 11001101 | 10100010 | 1000 | 0 | 10101 | 10100 | 1010100 | 11110 | 1001000 |
Color Harmonies of #BCCDA2
Complementary color
Monochromatic Colors of #BCCDA2
Black with #BCCDA2
Text Example
Text Example
White with #BCCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDA2; }
p { color: rgb(188,205,162); }
H1.HeaderClassName
{
color: #BCCDA2;
}
.AnyTagClassName
{
color: #BCCDA2;
}
</style>
background-color css
<style>
a { background-color: #BCCDA2; }
a { background-color: rgb(188,205,162); }
div.DivClassName
{
background-color: #BCCDA2;
}
.BgClassName
{
background-color: #BCCDA2;
}
</style>
border-color css
<style>
span { border-color: #BCCDA2; }
span { border-color: rgb(188,205,162); }
td.TdClassName
{
border-color: #BCCDA2;
}
.TagClassName
{
border-color: #BCCDA2;
}
</style>