Shades of Pixie Green #BBCAAB
Tints of Pixie Green #BBCAAB
RGB
CMYK
RGB Variations
Color information
#BBCAAB (or 0xBBCAAB) is known color: Pixie Green. HEX triplet: BB, CA and AB. RGB value is (187,202,171). Sum of RGB (Red+Green+Blue) = 187+202+171=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAB is #443554. Grayscale: #C2C2C2. Windows color (decimal): -4470101 or 11258555. OLE color: 11258555.
HSL color Cylindrical-coordinate representation of color #BBCAAB: hue angle of 89.03º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCAAB is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 171 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.21 |
| HSL | 89.03º | 0.23% | 0.73% | - |
| HSV(B) | 89.03º | 0.15% | 0.79% | - |
| XYZ | 48.96 | 55.75 | 46.71 | - |
| YUV | 193.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 171 | 0.07 | 0 | 0.15 | 0.21 | 89.03 | 0.23 | 0.73 |
| Hex | BB | CA | AB | 7 | 0 | F | 15 | 59 | 17 | 49 |
| Octal | 273 | 312 | 253 | 7 | 0 | 17 | 25 | 131 | 27 | 111 |
| Binary | 10111011 | 11001010 | 10101011 | 111 | 0 | 1111 | 10101 | 1011001 | 10111 | 1001001 |
Color Harmonies of #BBCAAB
Complementary color
Monochromatic Colors of #BBCAAB
Black with #BBCAAB
Text Example
Text Example
White with #BBCAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAAB; }
p { color: rgb(187,202,171); }
H1.HeaderClassName
{
color: #BBCAAB;
}
.AnyTagClassName
{
color: #BBCAAB;
}
</style>
background-color css
<style>
a { background-color: #BBCAAB; }
a { background-color: rgb(187,202,171); }
div.DivClassName
{
background-color: #BBCAAB;
}
.BgClassName
{
background-color: #BBCAAB;
}
</style>
border-color css
<style>
span { border-color: #BBCAAB; }
span { border-color: rgb(187,202,171); }
td.TdClassName
{
border-color: #BBCAAB;
}
.TagClassName
{
border-color: #BBCAAB;
}
</style>