Shades of Pixie Green #BBDCA1
Tints of Pixie Green #BBDCA1
RGB
CMYK
RGB Variations
Color information
#BBDCA1 (or 0xBBDCA1) is known color: Pixie Green. HEX triplet: BB, DC and A1. RGB value is (187,220,161). Sum of RGB (Red+Green+Blue) = 187+220+161=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDCA1 is #44235E. Grayscale: #CBCBCB. Windows color (decimal): -4465503 or 10607803. OLE color: 10607803.
HSL color Cylindrical-coordinate representation of color #BBDCA1: hue angle of 93.56º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBDCA1 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 161 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.14 |
| HSL | 93.56º | 0.46% | 0.75% | - |
| HSV(B) | 93.56º | 0.27% | 0.86% | - |
| XYZ | 52.52 | 64.32 | 43.37 | - |
| YUV | 203.41 | 104.07 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 161 | 0.15 | 0 | 0.27 | 0.14 | 93.56 | 0.46 | 0.75 |
| Hex | BB | DC | A1 | F | 0 | 1B | E | 5E | 2E | 4B |
| Octal | 273 | 334 | 241 | 17 | 0 | 33 | 16 | 136 | 56 | 113 |
| Binary | 10111011 | 11011100 | 10100001 | 1111 | 0 | 11011 | 1110 | 1011110 | 101110 | 1001011 |
Color Harmonies of #BBDCA1
Complementary color
Monochromatic Colors of #BBDCA1
Black with #BBDCA1
Text Example
Text Example
White with #BBDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCA1; }
p { color: rgb(187,220,161); }
H1.HeaderClassName
{
color: #BBDCA1;
}
.AnyTagClassName
{
color: #BBDCA1;
}
</style>
background-color css
<style>
a { background-color: #BBDCA1; }
a { background-color: rgb(187,220,161); }
div.DivClassName
{
background-color: #BBDCA1;
}
.BgClassName
{
background-color: #BBDCA1;
}
</style>
border-color css
<style>
span { border-color: #BBDCA1; }
span { border-color: rgb(187,220,161); }
td.TdClassName
{
border-color: #BBDCA1;
}
.TagClassName
{
border-color: #BBDCA1;
}
</style>