Shades of Pixie Green #BBCCAA
Tints of Pixie Green #BBCCAA
RGB
CMYK
RGB Variations
Color information
#BBCCAA (or 0xBBCCAA) is known color: Pixie Green. HEX triplet: BB, CC and AA. RGB value is (187,204,170). Sum of RGB (Red+Green+Blue) = 187+204+170=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCAA is #443355. Grayscale: #C3C3C3. Windows color (decimal): -4469590 or 11193531. OLE color: 11193531.
HSL color Cylindrical-coordinate representation of color #BBCCAA: hue angle of 90º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCCAA is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 170 | - |
CMYK | 0.08 | 0 | 0.17 | 0.2 |
HSL | 90º | 0.25% | 0.73% | - |
HSV(B) | 90º | 0.17% | 0.8% | - |
XYZ | 49.34 | 56.65 | 46.36 | - |
YUV | 195.04 | 113.87 | 122.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 170 | 0.08 | 0 | 0.17 | 0.2 | 90 | 0.25 | 0.73 |
Hex | BB | CC | AA | 8 | 0 | 11 | 14 | 5A | 19 | 49 |
Octal | 273 | 314 | 252 | 10 | 0 | 21 | 24 | 132 | 31 | 111 |
Binary | 10111011 | 11001100 | 10101010 | 1000 | 0 | 10001 | 10100 | 1011010 | 11001 | 1001001 |
Color Harmonies of #BBCCAA
Complementary color
Monochromatic Colors of #BBCCAA
Black with #BBCCAA
Text Example
Text Example
White with #BBCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCAA; }
p { color: rgb(187,204,170); }
H1.HeaderClassName
{
color: #BBCCAA;
}
.AnyTagClassName
{
color: #BBCCAA;
}
</style>
background-color css
<style>
a { background-color: #BBCCAA; }
a { background-color: rgb(187,204,170); }
div.DivClassName
{
background-color: #BBCCAA;
}
.BgClassName
{
background-color: #BBCCAA;
}
</style>
border-color css
<style>
span { border-color: #BBCCAA; }
span { border-color: rgb(187,204,170); }
td.TdClassName
{
border-color: #BBCCAA;
}
.TagClassName
{
border-color: #BBCCAA;
}
</style>