Shades of Pixie Green #BCCBAC
Tints of Pixie Green #BCCBAC
RGB
CMYK
RGB Variations
Color information
#BCCBAC (or 0xBCCBAC) is known color: Pixie Green. HEX triplet: BC, CB and AC. RGB value is (188,203,172). Sum of RGB (Red+Green+Blue) = 188+203+172=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 203 (79.69% from 255 or 36.06% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBAC is #433453. Grayscale: #C3C3C3. Windows color (decimal): -4404308 or 11324348. OLE color: 11324348.
HSL color Cylindrical-coordinate representation of color #BCCBAC: hue angle of 89.03º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCBAC is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 172 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.20 |
| HSL | 89.03º | 0.23% | 0.74% | - |
| HSV(B) | 89.03º | 0.15% | 0.8% | - |
| XYZ | 49.54 | 56.38 | 47.3 | - |
| YUV | 194.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 172 | 0.07 | 0 | 0.15 | 0.20 | 89.03 | 0.23 | 0.74 |
| Hex | BC | CB | AC | 7 | 0 | F | 14 | 59 | 17 | 4A |
| Octal | 274 | 313 | 254 | 7 | 0 | 17 | 24 | 131 | 27 | 112 |
| Binary | 10111100 | 11001011 | 10101100 | 111 | 0 | 1111 | 10100 | 1011001 | 10111 | 1001010 |
Color Harmonies of #BCCBAC
Complementary color
Monochromatic Colors of #BCCBAC
Black with #BCCBAC
Text Example
Text Example
White with #BCCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBAC; }
p { color: rgb(188,203,172); }
H1.HeaderClassName
{
color: #BCCBAC;
}
.AnyTagClassName
{
color: #BCCBAC;
}
</style>
background-color css
<style>
a { background-color: #BCCBAC; }
a { background-color: rgb(188,203,172); }
div.DivClassName
{
background-color: #BCCBAC;
}
.BgClassName
{
background-color: #BCCBAC;
}
</style>
border-color css
<style>
span { border-color: #BCCBAC; }
span { border-color: rgb(188,203,172); }
td.TdClassName
{
border-color: #BCCBAC;
}
.TagClassName
{
border-color: #BCCBAC;
}
</style>