Shades of Pixie Green #BCCDAF
Tints of Pixie Green #BCCDAF
RGB
CMYK
RGB Variations
Color information
#BCCDAF (or 0xBCCDAF) is known color: Pixie Green. HEX triplet: BC, CD and AF. RGB value is (188,205,175). Sum of RGB (Red+Green+Blue) = 188+205+175=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDAF is #433250. Grayscale: #C4C4C4. Windows color (decimal): -4403793 or 11521468. OLE color: 11521468.
HSL color Cylindrical-coordinate representation of color #BCCDAF: hue angle of 94º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCDAF is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 175 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.20 |
| HSL | 94º | 0.23% | 0.75% | - |
| HSV(B) | 94º | 0.15% | 0.8% | - |
| XYZ | 50.31 | 57.45 | 48.99 | - |
| YUV | 196.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 175 | 0.08 | 0 | 0.15 | 0.20 | 94 | 0.23 | 0.75 |
| Hex | BC | CD | AF | 8 | 0 | F | 14 | 5E | 17 | 4B |
| Octal | 274 | 315 | 257 | 10 | 0 | 17 | 24 | 136 | 27 | 113 |
| Binary | 10111100 | 11001101 | 10101111 | 1000 | 0 | 1111 | 10100 | 1011110 | 10111 | 1001011 |
Color Harmonies of #BCCDAF
Complementary color
Monochromatic Colors of #BCCDAF
Black with #BCCDAF
Text Example
Text Example
White with #BCCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDAF; }
p { color: rgb(188,205,175); }
H1.HeaderClassName
{
color: #BCCDAF;
}
.AnyTagClassName
{
color: #BCCDAF;
}
</style>
background-color css
<style>
a { background-color: #BCCDAF; }
a { background-color: rgb(188,205,175); }
div.DivClassName
{
background-color: #BCCDAF;
}
.BgClassName
{
background-color: #BCCDAF;
}
</style>
border-color css
<style>
span { border-color: #BCCDAF; }
span { border-color: rgb(188,205,175); }
td.TdClassName
{
border-color: #BCCDAF;
}
.TagClassName
{
border-color: #BCCDAF;
}
</style>