Shades of Pixie Green #BCDF9D
Tints of Pixie Green #BCDF9D
RGB
CMYK
RGB Variations
Color information
#BCDF9D (or 0xBCDF9D) is known color: Pixie Green. HEX triplet: BC, DF and 9D. RGB value is (188,223,157). Sum of RGB (Red+Green+Blue) = 188+223+157=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF9D is #432062. Grayscale: #CDCDCD. Windows color (decimal): -4399203 or 10346428. OLE color: 10346428.
HSL color Cylindrical-coordinate representation of color #BCDF9D: hue angle of 91.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCDF9D is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 157 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.13 |
| HSL | 91.82º | 0.51% | 0.75% | - |
| HSV(B) | 91.82º | 0.3% | 0.87% | - |
| XYZ | 53.21 | 65.9 | 41.81 | - |
| YUV | 205.01 | 100.9 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 157 | 0.16 | 0 | 0.30 | 0.13 | 91.82 | 0.51 | 0.75 |
| Hex | BC | DF | 9D | 10 | 0 | 1E | D | 5C | 33 | 4B |
| Octal | 274 | 337 | 235 | 20 | 0 | 36 | 15 | 134 | 63 | 113 |
| Binary | 10111100 | 11011111 | 10011101 | 10000 | 0 | 11110 | 1101 | 1011100 | 110011 | 1001011 |
Color Harmonies of #BCDF9D
Complementary color
Monochromatic Colors of #BCDF9D
Black with #BCDF9D
Text Example
Text Example
White with #BCDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF9D; }
p { color: rgb(188,223,157); }
H1.HeaderClassName
{
color: #BCDF9D;
}
.AnyTagClassName
{
color: #BCDF9D;
}
</style>
background-color css
<style>
a { background-color: #BCDF9D; }
a { background-color: rgb(188,223,157); }
div.DivClassName
{
background-color: #BCDF9D;
}
.BgClassName
{
background-color: #BCDF9D;
}
</style>
border-color css
<style>
span { border-color: #BCDF9D; }
span { border-color: rgb(188,223,157); }
td.TdClassName
{
border-color: #BCDF9D;
}
.TagClassName
{
border-color: #BCDF9D;
}
</style>