Shades of Pixie Green #BDCEA8
Tints of Pixie Green #BDCEA8
RGB
CMYK
RGB Variations
Color information
#BDCEA8 (or 0xBDCEA8) is known color: Pixie Green. HEX triplet: BD, CE and A8. RGB value is (189,206,168). Sum of RGB (Red+Green+Blue) = 189+206+168=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEA8 is #423157. Grayscale: #C4C4C4. Windows color (decimal): -4338008 or 11062973. OLE color: 11062973.
HSL color Cylindrical-coordinate representation of color #BDCEA8: hue angle of 86.84º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDCEA8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 168 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.19 |
| HSL | 86.84º | 0.28% | 0.73% | - |
| HSV(B) | 86.84º | 0.18% | 0.81% | - |
| XYZ | 50.13 | 57.79 | 45.56 | - |
| YUV | 196.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 168 | 0.08 | 0 | 0.18 | 0.19 | 86.84 | 0.28 | 0.73 |
| Hex | BD | CE | A8 | 8 | 0 | 12 | 13 | 57 | 1C | 49 |
| Octal | 275 | 316 | 250 | 10 | 0 | 22 | 23 | 127 | 34 | 111 |
| Binary | 10111101 | 11001110 | 10101000 | 1000 | 0 | 10010 | 10011 | 1010111 | 11100 | 1001001 |
Color Harmonies of #BDCEA8
Complementary color
Monochromatic Colors of #BDCEA8
Black with #BDCEA8
Text Example
Text Example
White with #BDCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEA8; }
p { color: rgb(189,206,168); }
H1.HeaderClassName
{
color: #BDCEA8;
}
.AnyTagClassName
{
color: #BDCEA8;
}
</style>
background-color css
<style>
a { background-color: #BDCEA8; }
a { background-color: rgb(189,206,168); }
div.DivClassName
{
background-color: #BDCEA8;
}
.BgClassName
{
background-color: #BDCEA8;
}
</style>
border-color css
<style>
span { border-color: #BDCEA8; }
span { border-color: rgb(189,206,168); }
td.TdClassName
{
border-color: #BDCEA8;
}
.TagClassName
{
border-color: #BDCEA8;
}
</style>