Shades of Pixie Green #BBCDAB
Tints of Pixie Green #BBCDAB
RGB
CMYK
RGB Variations
Color information
#BBCDAB (or 0xBBCDAB) is known color: Pixie Green. HEX triplet: BB, CD and AB. RGB value is (187,205,171). Sum of RGB (Red+Green+Blue) = 187+205+171=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDAB is #443254. Grayscale: #C3C3C3. Windows color (decimal): -4469333 or 11259323. OLE color: 11259323.
HSL color Cylindrical-coordinate representation of color #BBCDAB: hue angle of 91.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCDAB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 171 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.20 |
| HSL | 91.76º | 0.25% | 0.74% | - |
| HSV(B) | 91.76º | 0.17% | 0.8% | - |
| XYZ | 49.68 | 57.17 | 46.94 | - |
| YUV | 195.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 171 | 0.09 | 0 | 0.17 | 0.20 | 91.76 | 0.25 | 0.74 |
| Hex | BB | CD | AB | 9 | 0 | 11 | 14 | 5C | 19 | 4A |
| Octal | 273 | 315 | 253 | 11 | 0 | 21 | 24 | 134 | 31 | 112 |
| Binary | 10111011 | 11001101 | 10101011 | 1001 | 0 | 10001 | 10100 | 1011100 | 11001 | 1001010 |
Color Harmonies of #BBCDAB
Complementary color
Monochromatic Colors of #BBCDAB
Black with #BBCDAB
Text Example
Text Example
White with #BBCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDAB; }
p { color: rgb(187,205,171); }
H1.HeaderClassName
{
color: #BBCDAB;
}
.AnyTagClassName
{
color: #BBCDAB;
}
</style>
background-color css
<style>
a { background-color: #BBCDAB; }
a { background-color: rgb(187,205,171); }
div.DivClassName
{
background-color: #BBCDAB;
}
.BgClassName
{
background-color: #BBCDAB;
}
</style>
border-color css
<style>
span { border-color: #BBCDAB; }
span { border-color: rgb(187,205,171); }
td.TdClassName
{
border-color: #BBCDAB;
}
.TagClassName
{
border-color: #BBCDAB;
}
</style>