Shades of Pixie Green #BCCDA8
Tints of Pixie Green #BCCDA8
RGB
CMYK
RGB Variations
Color information
#BCCDA8 (or 0xBCCDA8) is known color: Pixie Green. HEX triplet: BC, CD and A8. RGB value is (188,205,168). Sum of RGB (Red+Green+Blue) = 188+205+168=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDA8 is #433257. Grayscale: #C3C3C3. Windows color (decimal): -4403800 or 11062716. OLE color: 11062716.
HSL color Cylindrical-coordinate representation of color #BCCDA8: hue angle of 87.57º degrees, saturation: 0.27, 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 #BCCDA8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 168 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.20 |
| HSL | 87.57º | 0.27% | 0.73% | - |
| HSV(B) | 87.57º | 0.18% | 0.8% | - |
| XYZ | 49.64 | 57.18 | 45.47 | - |
| YUV | 195.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 168 | 0.08 | 0 | 0.18 | 0.20 | 87.57 | 0.27 | 0.73 |
| Hex | BC | CD | A8 | 8 | 0 | 12 | 14 | 58 | 1B | 49 |
| Octal | 274 | 315 | 250 | 10 | 0 | 22 | 24 | 130 | 33 | 111 |
| Binary | 10111100 | 11001101 | 10101000 | 1000 | 0 | 10010 | 10100 | 1011000 | 11011 | 1001001 |
Color Harmonies of #BCCDA8
Complementary color
Monochromatic Colors of #BCCDA8
Black with #BCCDA8
Text Example
Text Example
White with #BCCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDA8; }
p { color: rgb(188,205,168); }
H1.HeaderClassName
{
color: #BCCDA8;
}
.AnyTagClassName
{
color: #BCCDA8;
}
</style>
background-color css
<style>
a { background-color: #BCCDA8; }
a { background-color: rgb(188,205,168); }
div.DivClassName
{
background-color: #BCCDA8;
}
.BgClassName
{
background-color: #BCCDA8;
}
</style>
border-color css
<style>
span { border-color: #BCCDA8; }
span { border-color: rgb(188,205,168); }
td.TdClassName
{
border-color: #BCCDA8;
}
.TagClassName
{
border-color: #BCCDA8;
}
</style>