Shades of Pixie Green #BCCEAB
Tints of Pixie Green #BCCEAB
RGB
CMYK
RGB Variations
Color information
#BCCEAB (or 0xBCCEAB) is known color: Pixie Green. HEX triplet: BC, CE and AB. RGB value is (188,206,171). Sum of RGB (Red+Green+Blue) = 188+206+171=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEAB is #433154. Grayscale: #C4C4C4. Windows color (decimal): -4403541 or 11259580. OLE color: 11259580.
HSL color Cylindrical-coordinate representation of color #BCCEAB: hue angle of 90.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCEAB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 171 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.19 |
| HSL | 90.86º | 0.26% | 0.74% | - |
| HSV(B) | 90.86º | 0.17% | 0.81% | - |
| XYZ | 50.16 | 57.77 | 47.04 | - |
| YUV | 196.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 171 | 0.09 | 0 | 0.17 | 0.19 | 90.86 | 0.26 | 0.74 |
| Hex | BC | CE | AB | 9 | 0 | 11 | 13 | 5B | 1A | 4A |
| Octal | 274 | 316 | 253 | 11 | 0 | 21 | 23 | 133 | 32 | 112 |
| Binary | 10111100 | 11001110 | 10101011 | 1001 | 0 | 10001 | 10011 | 1011011 | 11010 | 1001010 |
Color Harmonies of #BCCEAB
Complementary color
Monochromatic Colors of #BCCEAB
Black with #BCCEAB
Text Example
Text Example
White with #BCCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEAB; }
p { color: rgb(188,206,171); }
H1.HeaderClassName
{
color: #BCCEAB;
}
.AnyTagClassName
{
color: #BCCEAB;
}
</style>
background-color css
<style>
a { background-color: #BCCEAB; }
a { background-color: rgb(188,206,171); }
div.DivClassName
{
background-color: #BCCEAB;
}
.BgClassName
{
background-color: #BCCEAB;
}
</style>
border-color css
<style>
span { border-color: #BCCEAB; }
span { border-color: rgb(188,206,171); }
td.TdClassName
{
border-color: #BCCEAB;
}
.TagClassName
{
border-color: #BCCEAB;
}
</style>