Shades of Pixie Green #BCDD9A
Tints of Pixie Green #BCDD9A
RGB
CMYK
RGB Variations
Color information
#BCDD9A (or 0xBCDD9A) is known color: Pixie Green. HEX triplet: BC, DD and 9A. RGB value is (188,221,154). Sum of RGB (Red+Green+Blue) = 188+221+154=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD9A is #432265. Grayscale: #CBCBCB. Windows color (decimal): -4399718 or 10149308. OLE color: 10149308.
HSL color Cylindrical-coordinate representation of color #BCDD9A: hue angle of 89.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCDD9A is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 154 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.13 |
| HSL | 89.55º | 0.5% | 0.74% | - |
| HSV(B) | 89.55º | 0.3% | 0.87% | - |
| XYZ | 52.43 | 64.74 | 40.3 | - |
| YUV | 203.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 154 | 0.15 | 0 | 0.30 | 0.13 | 89.55 | 0.5 | 0.74 |
| Hex | BC | DD | 9A | F | 0 | 1E | D | 5A | 32 | 4A |
| Octal | 274 | 335 | 232 | 17 | 0 | 36 | 15 | 132 | 62 | 112 |
| Binary | 10111100 | 11011101 | 10011010 | 1111 | 0 | 11110 | 1101 | 1011010 | 110010 | 1001010 |
Color Harmonies of #BCDD9A
Complementary color
Monochromatic Colors of #BCDD9A
Black with #BCDD9A
Text Example
Text Example
White with #BCDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD9A; }
p { color: rgb(188,221,154); }
H1.HeaderClassName
{
color: #BCDD9A;
}
.AnyTagClassName
{
color: #BCDD9A;
}
</style>
background-color css
<style>
a { background-color: #BCDD9A; }
a { background-color: rgb(188,221,154); }
div.DivClassName
{
background-color: #BCDD9A;
}
.BgClassName
{
background-color: #BCDD9A;
}
</style>
border-color css
<style>
span { border-color: #BCDD9A; }
span { border-color: rgb(188,221,154); }
td.TdClassName
{
border-color: #BCDD9A;
}
.TagClassName
{
border-color: #BCDD9A;
}
</style>