Shades of Coriander #BCBC8E
Tints of Coriander #BCBC8E
RGB
CMYK
RGB Variations
Color information
#BCBC8E (or 0xBCBC8E) is known color: Coriander. HEX triplet: BC, BC and 8E. RGB value is (188,188,142). Sum of RGB (Red+Green+Blue) = 188+188+142=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC8E is #434371. Grayscale: #B6B6B6. Windows color (decimal): -4408178 or 9354428. OLE color: 9354428.
HSL color Cylindrical-coordinate representation of color #BCBC8E: hue angle of 60º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCBC8E is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 188 | 142 | - |
| CMYK | 0 | 0 | 0.24 | 0.26 |
| HSL | 60º | 0.26% | 0.65% | - |
| HSV(B) | 60º | 0.24% | 0.74% | - |
| XYZ | 43.6 | 48.61 | 32.68 | - |
| YUV | 182.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 142 | 0 | 0 | 0.24 | 0.26 | 60 | 0.26 | 0.65 |
| Hex | BC | BC | 8E | 0 | 0 | 18 | 1A | 3C | 1A | 41 |
| Octal | 274 | 274 | 216 | 0 | 0 | 30 | 32 | 74 | 32 | 101 |
| Binary | 10111100 | 10111100 | 10001110 | 0 | 0 | 11000 | 11010 | 111100 | 11010 | 1000001 |
Color Harmonies of #BCBC8E
Complementary color
Monochromatic Colors of #BCBC8E
Black with #BCBC8E
Text Example
Text Example
White with #BCBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBC8E; }
p { color: rgb(188,188,142); }
H1.HeaderClassName
{
color: #BCBC8E;
}
.AnyTagClassName
{
color: #BCBC8E;
}
</style>
background-color css
<style>
a { background-color: #BCBC8E; }
a { background-color: rgb(188,188,142); }
div.DivClassName
{
background-color: #BCBC8E;
}
.BgClassName
{
background-color: #BCBC8E;
}
</style>
border-color css
<style>
span { border-color: #BCBC8E; }
span { border-color: rgb(188,188,142); }
td.TdClassName
{
border-color: #BCBC8E;
}
.TagClassName
{
border-color: #BCBC8E;
}
</style>