Shades of Pixie Green #BCD0A8
Tints of Pixie Green #BCD0A8
RGB
CMYK
RGB Variations
Color information
#BCD0A8 (or 0xBCD0A8) is known color: Pixie Green. HEX triplet: BC, D0 and A8. RGB value is (188,208,168). Sum of RGB (Red+Green+Blue) = 188+208+168=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0A8 is #432F57. Grayscale: #C5C5C5. Windows color (decimal): -4403032 or 11063484. OLE color: 11063484.
HSL color Cylindrical-coordinate representation of color #BCD0A8: hue angle of 90º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD0A8 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
RGB | 188 | 208 | 168 | - |
CMYK | 0.10 | 0 | 0.19 | 0.18 |
HSL | 90º | 0.3% | 0.74% | - |
HSV(B) | 90º | 0.19% | 0.82% | - |
XYZ | 50.36 | 58.63 | 45.71 | - |
YUV | 197.46 | 111.37 | 121.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 208 | 168 | 0.10 | 0 | 0.19 | 0.18 | 90 | 0.3 | 0.74 |
Hex | BC | D0 | A8 | A | 0 | 13 | 12 | 5A | 1E | 4A |
Octal | 274 | 320 | 250 | 12 | 0 | 23 | 22 | 132 | 36 | 112 |
Binary | 10111100 | 11010000 | 10101000 | 1010 | 0 | 10011 | 10010 | 1011010 | 11110 | 1001010 |
Color Harmonies of #BCD0A8
Complementary color
Monochromatic Colors of #BCD0A8
Black with #BCD0A8
Text Example
Text Example
White with #BCD0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0A8; }
p { color: rgb(188,208,168); }
H1.HeaderClassName
{
color: #BCD0A8;
}
.AnyTagClassName
{
color: #BCD0A8;
}
</style>
background-color css
<style>
a { background-color: #BCD0A8; }
a { background-color: rgb(188,208,168); }
div.DivClassName
{
background-color: #BCD0A8;
}
.BgClassName
{
background-color: #BCD0A8;
}
</style>
border-color css
<style>
span { border-color: #BCD0A8; }
span { border-color: rgb(188,208,168); }
td.TdClassName
{
border-color: #BCD0A8;
}
.TagClassName
{
border-color: #BCD0A8;
}
</style>