Shades of Pixie Green #BCD2AF
Tints of Pixie Green #BCD2AF
RGB
CMYK
RGB Variations
Color information
#BCD2AF (or 0xBCD2AF) is known color: Pixie Green. HEX triplet: BC, D2 and AF. RGB value is (188,210,175). Sum of RGB (Red+Green+Blue) = 188+210+175=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD2AF is #432D50. Grayscale: #C7C7C7. Windows color (decimal): -4402513 or 11522748. OLE color: 11522748.
HSL color Cylindrical-coordinate representation of color #BCD2AF: hue angle of 97.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD2AF is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 210 | 175 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.18 |
| HSL | 97.71º | 0.28% | 0.75% | - |
| HSV(B) | 97.71º | 0.17% | 0.82% | - |
| XYZ | 51.52 | 59.88 | 49.4 | - |
| YUV | 199.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 210 | 175 | 0.10 | 0 | 0.17 | 0.18 | 97.71 | 0.28 | 0.75 |
| Hex | BC | D2 | AF | A | 0 | 11 | 12 | 62 | 1C | 4B |
| Octal | 274 | 322 | 257 | 12 | 0 | 21 | 22 | 142 | 34 | 113 |
| Binary | 10111100 | 11010010 | 10101111 | 1010 | 0 | 10001 | 10010 | 1100010 | 11100 | 1001011 |
Color Harmonies of #BCD2AF
Complementary color
Monochromatic Colors of #BCD2AF
Black with #BCD2AF
Text Example
Text Example
White with #BCD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD2AF; }
p { color: rgb(188,210,175); }
H1.HeaderClassName
{
color: #BCD2AF;
}
.AnyTagClassName
{
color: #BCD2AF;
}
</style>
background-color css
<style>
a { background-color: #BCD2AF; }
a { background-color: rgb(188,210,175); }
div.DivClassName
{
background-color: #BCD2AF;
}
.BgClassName
{
background-color: #BCD2AF;
}
</style>
border-color css
<style>
span { border-color: #BCD2AF; }
span { border-color: rgb(188,210,175); }
td.TdClassName
{
border-color: #BCD2AF;
}
.TagClassName
{
border-color: #BCD2AF;
}
</style>