Shades of Pixie Green #BCCDAA
Tints of Pixie Green #BCCDAA
RGB
CMYK
RGB Variations
Color information
#BCCDAA (or 0xBCCDAA) is known color: Pixie Green. HEX triplet: BC, CD and AA. RGB value is (188,205,170). Sum of RGB (Red+Green+Blue) = 188+205+170=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDAA is #433255. Grayscale: #C4C4C4. Windows color (decimal): -4403798 or 11193788. OLE color: 11193788.
HSL color Cylindrical-coordinate representation of color #BCCDAA: hue angle of 89.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCDAA is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 170 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.20 |
| HSL | 89.14º | 0.26% | 0.74% | - |
| HSV(B) | 89.14º | 0.17% | 0.8% | - |
| XYZ | 49.83 | 57.26 | 46.46 | - |
| YUV | 195.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 170 | 0.08 | 0 | 0.17 | 0.20 | 89.14 | 0.26 | 0.74 |
| Hex | BC | CD | AA | 8 | 0 | 11 | 14 | 59 | 1A | 4A |
| Octal | 274 | 315 | 252 | 10 | 0 | 21 | 24 | 131 | 32 | 112 |
| Binary | 10111100 | 11001101 | 10101010 | 1000 | 0 | 10001 | 10100 | 1011001 | 11010 | 1001010 |
Color Harmonies of #BCCDAA
Complementary color
Monochromatic Colors of #BCCDAA
Black with #BCCDAA
Text Example
Text Example
White with #BCCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDAA; }
p { color: rgb(188,205,170); }
H1.HeaderClassName
{
color: #BCCDAA;
}
.AnyTagClassName
{
color: #BCCDAA;
}
</style>
background-color css
<style>
a { background-color: #BCCDAA; }
a { background-color: rgb(188,205,170); }
div.DivClassName
{
background-color: #BCCDAA;
}
.BgClassName
{
background-color: #BCCDAA;
}
</style>
border-color css
<style>
span { border-color: #BCCDAA; }
span { border-color: rgb(188,205,170); }
td.TdClassName
{
border-color: #BCCDAA;
}
.TagClassName
{
border-color: #BCCDAA;
}
</style>