Shades of Pixie Green #BCDAA3
Tints of Pixie Green #BCDAA3
RGB
CMYK
RGB Variations
Color information
#BCDAA3 (or 0xBCDAA3) is known color: Pixie Green. HEX triplet: BC, DA and A3. RGB value is (188,218,163). Sum of RGB (Red+Green+Blue) = 188+218+163=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAA3 is #43255C. Grayscale: #CACACA. Windows color (decimal): -4400477 or 10738364. OLE color: 10738364.
HSL color Cylindrical-coordinate representation of color #BCDAA3: hue angle of 92.73º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCDAA3 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 163 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.15 |
| HSL | 92.73º | 0.43% | 0.75% | - |
| HSV(B) | 92.73º | 0.25% | 0.85% | - |
| XYZ | 52.42 | 63.48 | 44.14 | - |
| YUV | 202.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 163 | 0.14 | 0 | 0.25 | 0.15 | 92.73 | 0.43 | 0.75 |
| Hex | BC | DA | A3 | E | 0 | 19 | F | 5D | 2B | 4B |
| Octal | 274 | 332 | 243 | 16 | 0 | 31 | 17 | 135 | 53 | 113 |
| Binary | 10111100 | 11011010 | 10100011 | 1110 | 0 | 11001 | 1111 | 1011101 | 101011 | 1001011 |
Color Harmonies of #BCDAA3
Complementary color
Monochromatic Colors of #BCDAA3
Black with #BCDAA3
Text Example
Text Example
White with #BCDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAA3; }
p { color: rgb(188,218,163); }
H1.HeaderClassName
{
color: #BCDAA3;
}
.AnyTagClassName
{
color: #BCDAA3;
}
</style>
background-color css
<style>
a { background-color: #BCDAA3; }
a { background-color: rgb(188,218,163); }
div.DivClassName
{
background-color: #BCDAA3;
}
.BgClassName
{
background-color: #BCDAA3;
}
</style>
border-color css
<style>
span { border-color: #BCDAA3; }
span { border-color: rgb(188,218,163); }
td.TdClassName
{
border-color: #BCDAA3;
}
.TagClassName
{
border-color: #BCDAA3;
}
</style>