Shades of Pixie Green #BCCDAB
Tints of Pixie Green #BCCDAB
RGB
CMYK
RGB Variations
Color information
#BCCDAB (or 0xBCCDAB) is known color: Pixie Green. HEX triplet: BC, CD and AB. RGB value is (188,205,171). Sum of RGB (Red+Green+Blue) = 188+205+171=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCDAB is #433254. Grayscale: #C4C4C4. Windows color (decimal): -4403797 or 11259324. OLE color: 11259324.
HSL color Cylindrical-coordinate representation of color #BCCDAB: hue angle of 90º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCDAB is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 171 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.20 |
| HSL | 90º | 0.25% | 0.74% | - |
| HSV(B) | 90º | 0.17% | 0.8% | - |
| XYZ | 49.92 | 57.29 | 46.96 | - |
| YUV | 196.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 171 | 0.08 | 0 | 0.17 | 0.20 | 90 | 0.25 | 0.74 |
| Hex | BC | CD | AB | 8 | 0 | 11 | 14 | 5A | 19 | 4A |
| Octal | 274 | 315 | 253 | 10 | 0 | 21 | 24 | 132 | 31 | 112 |
| Binary | 10111100 | 11001101 | 10101011 | 1000 | 0 | 10001 | 10100 | 1011010 | 11001 | 1001010 |
Color Harmonies of #BCCDAB
Complementary color
Monochromatic Colors of #BCCDAB
Black with #BCCDAB
Text Example
Text Example
White with #BCCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDAB; }
p { color: rgb(188,205,171); }
H1.HeaderClassName
{
color: #BCCDAB;
}
.AnyTagClassName
{
color: #BCCDAB;
}
</style>
background-color css
<style>
a { background-color: #BCCDAB; }
a { background-color: rgb(188,205,171); }
div.DivClassName
{
background-color: #BCCDAB;
}
.BgClassName
{
background-color: #BCCDAB;
}
</style>
border-color css
<style>
span { border-color: #BCCDAB; }
span { border-color: rgb(188,205,171); }
td.TdClassName
{
border-color: #BCCDAB;
}
.TagClassName
{
border-color: #BCCDAB;
}
</style>