Shades of Pixie Green #BCCBAF
Tints of Pixie Green #BCCBAF
RGB
CMYK
RGB Variations
Color information
#BCCBAF (or 0xBCCBAF) is known color: Pixie Green. HEX triplet: BC, CB and AF. RGB value is (188,203,175). Sum of RGB (Red+Green+Blue) = 188+203+175=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBAF is #433450. Grayscale: #C3C3C3. Windows color (decimal): -4404305 or 11520956. OLE color: 11520956.
HSL color Cylindrical-coordinate representation of color #BCCBAF: hue angle of 92.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCBAF is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 175 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.20 |
| HSL | 92.14º | 0.21% | 0.74% | - |
| HSV(B) | 92.14º | 0.14% | 0.8% | - |
| XYZ | 49.83 | 56.5 | 48.84 | - |
| YUV | 195.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 175 | 0.07 | 0 | 0.14 | 0.20 | 92.14 | 0.21 | 0.74 |
| Hex | BC | CB | AF | 7 | 0 | E | 14 | 5C | 15 | 4A |
| Octal | 274 | 313 | 257 | 7 | 0 | 16 | 24 | 134 | 25 | 112 |
| Binary | 10111100 | 11001011 | 10101111 | 111 | 0 | 1110 | 10100 | 1011100 | 10101 | 1001010 |
Color Harmonies of #BCCBAF
Complementary color
Monochromatic Colors of #BCCBAF
Black with #BCCBAF
Text Example
Text Example
White with #BCCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBAF; }
p { color: rgb(188,203,175); }
H1.HeaderClassName
{
color: #BCCBAF;
}
.AnyTagClassName
{
color: #BCCBAF;
}
</style>
background-color css
<style>
a { background-color: #BCCBAF; }
a { background-color: rgb(188,203,175); }
div.DivClassName
{
background-color: #BCCBAF;
}
.BgClassName
{
background-color: #BCCBAF;
}
</style>
border-color css
<style>
span { border-color: #BCCBAF; }
span { border-color: rgb(188,203,175); }
td.TdClassName
{
border-color: #BCCBAF;
}
.TagClassName
{
border-color: #BCCBAF;
}
</style>