Shades of Pixie Green #BBCCAC
Tints of Pixie Green #BBCCAC
RGB
CMYK
RGB Variations
Color information
#BBCCAC (or 0xBBCCAC) is known color: Pixie Green. HEX triplet: BB, CC and AC. RGB value is (187,204,172). Sum of RGB (Red+Green+Blue) = 187+204+172=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCAC is #443353. Grayscale: #C3C3C3. Windows color (decimal): -4469588 or 11324603. OLE color: 11324603.
HSL color Cylindrical-coordinate representation of color #BBCCAC: hue angle of 91.88º 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 #BBCCAC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 172 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.2 |
| HSL | 91.88º | 0.24% | 0.74% | - |
| HSV(B) | 91.88º | 0.16% | 0.8% | - |
| XYZ | 49.53 | 56.73 | 47.37 | - |
| YUV | 195.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 172 | 0.08 | 0 | 0.16 | 0.2 | 91.88 | 0.24 | 0.74 |
| Hex | BB | CC | AC | 8 | 0 | 10 | 14 | 5C | 18 | 4A |
| Octal | 273 | 314 | 254 | 10 | 0 | 20 | 24 | 134 | 30 | 112 |
| Binary | 10111011 | 11001100 | 10101100 | 1000 | 0 | 10000 | 10100 | 1011100 | 11000 | 1001010 |
Color Harmonies of #BBCCAC
Complementary color
Monochromatic Colors of #BBCCAC
Black with #BBCCAC
Text Example
Text Example
White with #BBCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCAC; }
p { color: rgb(187,204,172); }
H1.HeaderClassName
{
color: #BBCCAC;
}
.AnyTagClassName
{
color: #BBCCAC;
}
</style>
background-color css
<style>
a { background-color: #BBCCAC; }
a { background-color: rgb(187,204,172); }
div.DivClassName
{
background-color: #BBCCAC;
}
.BgClassName
{
background-color: #BBCCAC;
}
</style>
border-color css
<style>
span { border-color: #BBCCAC; }
span { border-color: rgb(187,204,172); }
td.TdClassName
{
border-color: #BBCCAC;
}
.TagClassName
{
border-color: #BBCCAC;
}
</style>