Shades of Pixie Green #BBCAAC
Tints of Pixie Green #BBCAAC
RGB
CMYK
RGB Variations
Color information
#BBCAAC (or 0xBBCAAC) is known color: Pixie Green. HEX triplet: BB, CA and AC. RGB value is (187,202,172). Sum of RGB (Red+Green+Blue) = 187+202+172=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAC is #443553. Grayscale: #C2C2C2. Windows color (decimal): -4470100 or 11324091. OLE color: 11324091.
HSL color Cylindrical-coordinate representation of color #BBCAAC: hue angle of 90º degrees, saturation: 0.22, 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 #BBCAAC is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 172 | - |
CMYK | 0.07 | 0 | 0.15 | 0.21 |
HSL | 90º | 0.22% | 0.73% | - |
HSV(B) | 90º | 0.15% | 0.79% | - |
XYZ | 49.06 | 55.78 | 47.21 | - |
YUV | 194.1 | 115.53 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 172 | 0.07 | 0 | 0.15 | 0.21 | 90 | 0.22 | 0.73 |
Hex | BB | CA | AC | 7 | 0 | F | 15 | 5A | 16 | 49 |
Octal | 273 | 312 | 254 | 7 | 0 | 17 | 25 | 132 | 26 | 111 |
Binary | 10111011 | 11001010 | 10101100 | 111 | 0 | 1111 | 10101 | 1011010 | 10110 | 1001001 |
Color Harmonies of #BBCAAC
Complementary color
Monochromatic Colors of #BBCAAC
Black with #BBCAAC
Text Example
Text Example
White with #BBCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAAC; }
p { color: rgb(187,202,172); }
H1.HeaderClassName
{
color: #BBCAAC;
}
.AnyTagClassName
{
color: #BBCAAC;
}
</style>
background-color css
<style>
a { background-color: #BBCAAC; }
a { background-color: rgb(187,202,172); }
div.DivClassName
{
background-color: #BBCAAC;
}
.BgClassName
{
background-color: #BBCAAC;
}
</style>
border-color css
<style>
span { border-color: #BBCAAC; }
span { border-color: rgb(187,202,172); }
td.TdClassName
{
border-color: #BBCAAC;
}
.TagClassName
{
border-color: #BBCAAC;
}
</style>