Shades of Pixie Green #BBCBA3
Tints of Pixie Green #BBCBA3
RGB
CMYK
RGB Variations
Color information
#BBCBA3 (or 0xBBCBA3) is known color: Pixie Green. HEX triplet: BB, CB and A3. RGB value is (187,203,163). Sum of RGB (Red+Green+Blue) = 187+203+163=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA3 is #44345C. Grayscale: #C1C1C1. Windows color (decimal): -4469853 or 10734523. OLE color: 10734523.
HSL color Cylindrical-coordinate representation of color #BBCBA3: hue angle of 84º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCBA3 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 163 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.20 |
| HSL | 84º | 0.28% | 0.72% | - |
| HSV(B) | 84º | 0.2% | 0.8% | - |
| XYZ | 48.46 | 55.92 | 42.89 | - |
| YUV | 193.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 163 | 0.08 | 0 | 0.20 | 0.20 | 84 | 0.28 | 0.72 |
| Hex | BB | CB | A3 | 8 | 0 | 14 | 14 | 54 | 1C | 48 |
| Octal | 273 | 313 | 243 | 10 | 0 | 24 | 24 | 124 | 34 | 110 |
| Binary | 10111011 | 11001011 | 10100011 | 1000 | 0 | 10100 | 10100 | 1010100 | 11100 | 1001000 |
Color Harmonies of #BBCBA3
Complementary color
Monochromatic Colors of #BBCBA3
Black with #BBCBA3
Text Example
Text Example
White with #BBCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBA3; }
p { color: rgb(187,203,163); }
H1.HeaderClassName
{
color: #BBCBA3;
}
.AnyTagClassName
{
color: #BBCBA3;
}
</style>
background-color css
<style>
a { background-color: #BBCBA3; }
a { background-color: rgb(187,203,163); }
div.DivClassName
{
background-color: #BBCBA3;
}
.BgClassName
{
background-color: #BBCBA3;
}
</style>
border-color css
<style>
span { border-color: #BBCBA3; }
span { border-color: rgb(187,203,163); }
td.TdClassName
{
border-color: #BBCBA3;
}
.TagClassName
{
border-color: #BBCBA3;
}
</style>