Shades of Pixie Green #BCCDA9
Tints of Pixie Green #BCCDA9
RGB
CMYK
RGB Variations
Color information
#BCCDA9 (or 0xBCCDA9) is known color: Pixie Green. HEX triplet: BC, CD and A9. RGB value is (188,205,169). Sum of RGB (Red+Green+Blue) = 188+205+169=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDA9 is #433256. Grayscale: #C3C3C3. Windows color (decimal): -4403799 or 11128252. OLE color: 11128252.
HSL color Cylindrical-coordinate representation of color #BCCDA9: hue angle of 88.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCDA9 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 169 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.20 |
| HSL | 88.33º | 0.26% | 0.73% | - |
| HSV(B) | 88.33º | 0.18% | 0.8% | - |
| XYZ | 49.73 | 57.22 | 45.96 | - |
| YUV | 195.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 169 | 0.08 | 0 | 0.18 | 0.20 | 88.33 | 0.26 | 0.73 |
| Hex | BC | CD | A9 | 8 | 0 | 12 | 14 | 58 | 1A | 49 |
| Octal | 274 | 315 | 251 | 10 | 0 | 22 | 24 | 130 | 32 | 111 |
| Binary | 10111100 | 11001101 | 10101001 | 1000 | 0 | 10010 | 10100 | 1011000 | 11010 | 1001001 |
Color Harmonies of #BCCDA9
Complementary color
Monochromatic Colors of #BCCDA9
Black with #BCCDA9
Text Example
Text Example
White with #BCCDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDA9; }
p { color: rgb(188,205,169); }
H1.HeaderClassName
{
color: #BCCDA9;
}
.AnyTagClassName
{
color: #BCCDA9;
}
</style>
background-color css
<style>
a { background-color: #BCCDA9; }
a { background-color: rgb(188,205,169); }
div.DivClassName
{
background-color: #BCCDA9;
}
.BgClassName
{
background-color: #BCCDA9;
}
</style>
border-color css
<style>
span { border-color: #BCCDA9; }
span { border-color: rgb(188,205,169); }
td.TdClassName
{
border-color: #BCCDA9;
}
.TagClassName
{
border-color: #BCCDA9;
}
</style>