Shades of Pixie Green #BBCBA7
Tints of Pixie Green #BBCBA7
RGB
CMYK
RGB Variations
Color information
#BBCBA7 (or 0xBBCBA7) is known color: Pixie Green. HEX triplet: BB, CB and A7. RGB value is (187,203,167). Sum of RGB (Red+Green+Blue) = 187+203+167=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA7 is #443458. Grayscale: #C2C2C2. Windows color (decimal): -4469849 or 10996667. OLE color: 10996667.
HSL color Cylindrical-coordinate representation of color #BBCBA7: hue angle of 86.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCBA7 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 167 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.20 |
| HSL | 86.67º | 0.26% | 0.73% | - |
| HSV(B) | 86.67º | 0.18% | 0.8% | - |
| XYZ | 48.82 | 56.07 | 44.81 | - |
| YUV | 194.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 167 | 0.08 | 0 | 0.18 | 0.20 | 86.67 | 0.26 | 0.73 |
| Hex | BB | CB | A7 | 8 | 0 | 12 | 14 | 57 | 1A | 49 |
| Octal | 273 | 313 | 247 | 10 | 0 | 22 | 24 | 127 | 32 | 111 |
| Binary | 10111011 | 11001011 | 10100111 | 1000 | 0 | 10010 | 10100 | 1010111 | 11010 | 1001001 |
Color Harmonies of #BBCBA7
Complementary color
Monochromatic Colors of #BBCBA7
Black with #BBCBA7
Text Example
Text Example
White with #BBCBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBA7; }
p { color: rgb(187,203,167); }
H1.HeaderClassName
{
color: #BBCBA7;
}
.AnyTagClassName
{
color: #BBCBA7;
}
</style>
background-color css
<style>
a { background-color: #BBCBA7; }
a { background-color: rgb(187,203,167); }
div.DivClassName
{
background-color: #BBCBA7;
}
.BgClassName
{
background-color: #BBCBA7;
}
</style>
border-color css
<style>
span { border-color: #BBCBA7; }
span { border-color: rgb(187,203,167); }
td.TdClassName
{
border-color: #BBCBA7;
}
.TagClassName
{
border-color: #BBCBA7;
}
</style>