Shades of Pixie Green #BCD89B
Tints of Pixie Green #BCD89B
RGB
CMYK
RGB Variations
Color information
#BCD89B (or 0xBCD89B) is known color: Pixie Green. HEX triplet: BC, D8 and 9B. RGB value is (188,216,155). Sum of RGB (Red+Green+Blue) = 188+216+155=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD89B is #432764. Grayscale: #C8C8C8. Windows color (decimal): -4400997 or 10213564. OLE color: 10213564.
HSL color Cylindrical-coordinate representation of color #BCD89B: hue angle of 87.54º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD89B is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 155 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.15 |
| HSL | 87.54º | 0.44% | 0.73% | - |
| HSV(B) | 87.54º | 0.28% | 0.85% | - |
| XYZ | 51.21 | 62.17 | 40.31 | - |
| YUV | 200.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 155 | 0.13 | 0 | 0.28 | 0.15 | 87.54 | 0.44 | 0.73 |
| Hex | BC | D8 | 9B | D | 0 | 1C | F | 58 | 2C | 49 |
| Octal | 274 | 330 | 233 | 15 | 0 | 34 | 17 | 130 | 54 | 111 |
| Binary | 10111100 | 11011000 | 10011011 | 1101 | 0 | 11100 | 1111 | 1011000 | 101100 | 1001001 |
Color Harmonies of #BCD89B
Complementary color
Monochromatic Colors of #BCD89B
Black with #BCD89B
Text Example
Text Example
White with #BCD89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD89B; }
p { color: rgb(188,216,155); }
H1.HeaderClassName
{
color: #BCD89B;
}
.AnyTagClassName
{
color: #BCD89B;
}
</style>
background-color css
<style>
a { background-color: #BCD89B; }
a { background-color: rgb(188,216,155); }
div.DivClassName
{
background-color: #BCD89B;
}
.BgClassName
{
background-color: #BCD89B;
}
</style>
border-color css
<style>
span { border-color: #BCD89B; }
span { border-color: rgb(188,216,155); }
td.TdClassName
{
border-color: #BCD89B;
}
.TagClassName
{
border-color: #BCD89B;
}
</style>