Shades of Pixie Green #BDCEA3
Tints of Pixie Green #BDCEA3
RGB
CMYK
RGB Variations
Color information
#BDCEA3 (or 0xBDCEA3) is known color: Pixie Green. HEX triplet: BD, CE and A3. RGB value is (189,206,163). Sum of RGB (Red+Green+Blue) = 189+206+163=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCEA3 is #42315C. Grayscale: #C4C4C4. Windows color (decimal): -4338013 or 10735293. OLE color: 10735293.
HSL color Cylindrical-coordinate representation of color #BDCEA3: hue angle of 83.72º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDCEA3 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 163 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.19 |
| HSL | 83.72º | 0.3% | 0.72% | - |
| HSV(B) | 83.72º | 0.21% | 0.81% | - |
| XYZ | 49.67 | 57.61 | 43.15 | - |
| YUV | 196.02 | 109.37 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 163 | 0.08 | 0 | 0.21 | 0.19 | 83.72 | 0.3 | 0.72 |
| Hex | BD | CE | A3 | 8 | 0 | 15 | 13 | 54 | 1E | 48 |
| Octal | 275 | 316 | 243 | 10 | 0 | 25 | 23 | 124 | 36 | 110 |
| Binary | 10111101 | 11001110 | 10100011 | 1000 | 0 | 10101 | 10011 | 1010100 | 11110 | 1001000 |
Color Harmonies of #BDCEA3
Complementary color
Monochromatic Colors of #BDCEA3
Black with #BDCEA3
Text Example
Text Example
White with #BDCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEA3; }
p { color: rgb(189,206,163); }
H1.HeaderClassName
{
color: #BDCEA3;
}
.AnyTagClassName
{
color: #BDCEA3;
}
</style>
background-color css
<style>
a { background-color: #BDCEA3; }
a { background-color: rgb(189,206,163); }
div.DivClassName
{
background-color: #BDCEA3;
}
.BgClassName
{
background-color: #BDCEA3;
}
</style>
border-color css
<style>
span { border-color: #BDCEA3; }
span { border-color: rgb(189,206,163); }
td.TdClassName
{
border-color: #BDCEA3;
}
.TagClassName
{
border-color: #BDCEA3;
}
</style>