Shades of Pixie Green #BBCCAB
Tints of Pixie Green #BBCCAB
RGB
CMYK
RGB Variations
Color information
#BBCCAB (or 0xBBCCAB) is known color: Pixie Green. HEX triplet: BB, CC and AB. RGB value is (187,204,171). Sum of RGB (Red+Green+Blue) = 187+204+171=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCAB is #443354. Grayscale: #C3C3C3. Windows color (decimal): -4469589 or 11259067. OLE color: 11259067.
HSL color Cylindrical-coordinate representation of color #BBCCAB: hue angle of 90.91º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCCAB is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 171 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.2 |
| HSL | 90.91º | 0.24% | 0.74% | - |
| HSV(B) | 90.91º | 0.16% | 0.8% | - |
| XYZ | 49.44 | 56.69 | 46.86 | - |
| YUV | 195.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 171 | 0.08 | 0 | 0.16 | 0.2 | 90.91 | 0.24 | 0.74 |
| Hex | BB | CC | AB | 8 | 0 | 10 | 14 | 5B | 18 | 4A |
| Octal | 273 | 314 | 253 | 10 | 0 | 20 | 24 | 133 | 30 | 112 |
| Binary | 10111011 | 11001100 | 10101011 | 1000 | 0 | 10000 | 10100 | 1011011 | 11000 | 1001010 |
Color Harmonies of #BBCCAB
Complementary color
Monochromatic Colors of #BBCCAB
Black with #BBCCAB
Text Example
Text Example
White with #BBCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCAB; }
p { color: rgb(187,204,171); }
H1.HeaderClassName
{
color: #BBCCAB;
}
.AnyTagClassName
{
color: #BBCCAB;
}
</style>
background-color css
<style>
a { background-color: #BBCCAB; }
a { background-color: rgb(187,204,171); }
div.DivClassName
{
background-color: #BBCCAB;
}
.BgClassName
{
background-color: #BBCCAB;
}
</style>
border-color css
<style>
span { border-color: #BBCCAB; }
span { border-color: rgb(187,204,171); }
td.TdClassName
{
border-color: #BBCCAB;
}
.TagClassName
{
border-color: #BBCCAB;
}
</style>