Shades of Pixie Green #BBCCA4
Tints of Pixie Green #BBCCA4
RGB
CMYK
RGB Variations
Color information
#BBCCA4 (or 0xBBCCA4) is known color: Pixie Green. HEX triplet: BB, CC and A4. RGB value is (187,204,164). Sum of RGB (Red+Green+Blue) = 187+204+164=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA4 is #44335B. Grayscale: #C2C2C2. Windows color (decimal): -4469596 or 10800315. OLE color: 10800315.
HSL color Cylindrical-coordinate representation of color #BBCCA4: hue angle of 85.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCCA4 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 164 | - |
CMYK | 0.08 | 0 | 0.20 | 0.2 |
HSL | 85.5º | 0.28% | 0.72% | - |
HSV(B) | 85.5º | 0.2% | 0.8% | - |
XYZ | 48.79 | 56.43 | 43.44 | - |
YUV | 194.36 | 110.87 | 122.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 164 | 0.08 | 0 | 0.20 | 0.2 | 85.5 | 0.28 | 0.72 |
Hex | BB | CC | A4 | 8 | 0 | 14 | 14 | 56 | 1C | 48 |
Octal | 273 | 314 | 244 | 10 | 0 | 24 | 24 | 126 | 34 | 110 |
Binary | 10111011 | 11001100 | 10100100 | 1000 | 0 | 10100 | 10100 | 1010110 | 11100 | 1001000 |
Color Harmonies of #BBCCA4
Complementary color
Monochromatic Colors of #BBCCA4
Black with #BBCCA4
Text Example
Text Example
White with #BBCCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCA4; }
p { color: rgb(187,204,164); }
H1.HeaderClassName
{
color: #BBCCA4;
}
.AnyTagClassName
{
color: #BBCCA4;
}
</style>
background-color css
<style>
a { background-color: #BBCCA4; }
a { background-color: rgb(187,204,164); }
div.DivClassName
{
background-color: #BBCCA4;
}
.BgClassName
{
background-color: #BBCCA4;
}
</style>
border-color css
<style>
span { border-color: #BBCCA4; }
span { border-color: rgb(187,204,164); }
td.TdClassName
{
border-color: #BBCCA4;
}
.TagClassName
{
border-color: #BBCCA4;
}
</style>