Shades of Pixie Green #BBCBA5
Tints of Pixie Green #BBCBA5
RGB
CMYK
RGB Variations
Color information
#BBCBA5 (or 0xBBCBA5) is known color: Pixie Green. HEX triplet: BB, CB and A5. RGB value is (187,203,165). Sum of RGB (Red+Green+Blue) = 187+203+165=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA5 is #44345A. Grayscale: #C2C2C2. Windows color (decimal): -4469851 or 10865595. OLE color: 10865595.
HSL color Cylindrical-coordinate representation of color #BBCBA5: hue angle of 85.26º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCBA5 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 165 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.20 |
| HSL | 85.26º | 0.27% | 0.72% | - |
| HSV(B) | 85.26º | 0.19% | 0.8% | - |
| XYZ | 48.64 | 55.99 | 43.84 | - |
| YUV | 193.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 165 | 0.08 | 0 | 0.19 | 0.20 | 85.26 | 0.27 | 0.72 |
| Hex | BB | CB | A5 | 8 | 0 | 13 | 14 | 55 | 1B | 48 |
| Octal | 273 | 313 | 245 | 10 | 0 | 23 | 24 | 125 | 33 | 110 |
| Binary | 10111011 | 11001011 | 10100101 | 1000 | 0 | 10011 | 10100 | 1010101 | 11011 | 1001000 |
Color Harmonies of #BBCBA5
Complementary color
Monochromatic Colors of #BBCBA5
Black with #BBCBA5
Text Example
Text Example
White with #BBCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBA5; }
p { color: rgb(187,203,165); }
H1.HeaderClassName
{
color: #BBCBA5;
}
.AnyTagClassName
{
color: #BBCBA5;
}
</style>
background-color css
<style>
a { background-color: #BBCBA5; }
a { background-color: rgb(187,203,165); }
div.DivClassName
{
background-color: #BBCBA5;
}
.BgClassName
{
background-color: #BBCBA5;
}
</style>
border-color css
<style>
span { border-color: #BBCBA5; }
span { border-color: rgb(187,203,165); }
td.TdClassName
{
border-color: #BBCBA5;
}
.TagClassName
{
border-color: #BBCBA5;
}
</style>