Shades of Cotton Seed #BCB6AC
Tints of Cotton Seed #BCB6AC
RGB
CMYK
RGB Variations
Color information
#BCB6AC (or 0xBCB6AC) is known color: Cotton Seed. HEX triplet: BC, B6 and AC. RGB value is (188,182,172). Sum of RGB (Red+Green+Blue) = 188+182+172=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6AC is #434953. Grayscale: #B6B6B6. Windows color (decimal): -4409684 or 11318972. OLE color: 11318972.
HSL color Cylindrical-coordinate representation of color #BCB6AC: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB6AC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 172 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.26 |
| HSL | 37.5º | 0.11% | 0.71% | - |
| HSV(B) | 37.5º | 0.09% | 0.74% | - |
| XYZ | 44.91 | 47.13 | 45.76 | - |
| YUV | 182.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 172 | 0 | 0.03 | 0.09 | 0.26 | 37.5 | 0.11 | 0.71 |
| Hex | BC | B6 | AC | 0 | 3 | 9 | 1A | 26 | B | 47 |
| Octal | 274 | 266 | 254 | 0 | 3 | 11 | 32 | 46 | 13 | 107 |
| Binary | 10111100 | 10110110 | 10101100 | 0 | 11 | 1001 | 11010 | 100110 | 1011 | 1000111 |
Color Harmonies of #BCB6AC
Complementary color
Monochromatic Colors of #BCB6AC
Black with #BCB6AC
Text Example
Text Example
White with #BCB6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6AC; }
p { color: rgb(188,182,172); }
H1.HeaderClassName
{
color: #BCB6AC;
}
.AnyTagClassName
{
color: #BCB6AC;
}
</style>
background-color css
<style>
a { background-color: #BCB6AC; }
a { background-color: rgb(188,182,172); }
div.DivClassName
{
background-color: #BCB6AC;
}
.BgClassName
{
background-color: #BCB6AC;
}
</style>
border-color css
<style>
span { border-color: #BCB6AC; }
span { border-color: rgb(188,182,172); }
td.TdClassName
{
border-color: #BCB6AC;
}
.TagClassName
{
border-color: #BCB6AC;
}
</style>