Shades of Pixie Green #BCDDA1
Tints of Pixie Green #BCDDA1
RGB
CMYK
RGB Variations
Color information
#BCDDA1 (or 0xBCDDA1) is known color: Pixie Green. HEX triplet: BC, DD and A1. RGB value is (188,221,161). Sum of RGB (Red+Green+Blue) = 188+221+161=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDA1 is #43225E. Grayscale: #CCCCCC. Windows color (decimal): -4399711 or 10608060. OLE color: 10608060.
HSL color Cylindrical-coordinate representation of color #BCDDA1: hue angle of 93º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCDDA1 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 161 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.13 |
| HSL | 93º | 0.47% | 0.75% | - |
| HSV(B) | 93º | 0.27% | 0.87% | - |
| XYZ | 53.03 | 64.98 | 43.47 | - |
| YUV | 204.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 161 | 0.15 | 0 | 0.27 | 0.13 | 93 | 0.47 | 0.75 |
| Hex | BC | DD | A1 | F | 0 | 1B | D | 5D | 2F | 4B |
| Octal | 274 | 335 | 241 | 17 | 0 | 33 | 15 | 135 | 57 | 113 |
| Binary | 10111100 | 11011101 | 10100001 | 1111 | 0 | 11011 | 1101 | 1011101 | 101111 | 1001011 |
Color Harmonies of #BCDDA1
Complementary color
Monochromatic Colors of #BCDDA1
Black with #BCDDA1
Text Example
Text Example
White with #BCDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDA1; }
p { color: rgb(188,221,161); }
H1.HeaderClassName
{
color: #BCDDA1;
}
.AnyTagClassName
{
color: #BCDDA1;
}
</style>
background-color css
<style>
a { background-color: #BCDDA1; }
a { background-color: rgb(188,221,161); }
div.DivClassName
{
background-color: #BCDDA1;
}
.BgClassName
{
background-color: #BCDDA1;
}
</style>
border-color css
<style>
span { border-color: #BCDDA1; }
span { border-color: rgb(188,221,161); }
td.TdClassName
{
border-color: #BCDDA1;
}
.TagClassName
{
border-color: #BCDDA1;
}
</style>