Shades of Cotton Seed #BCB7AC
Tints of Cotton Seed #BCB7AC
RGB
CMYK
RGB Variations
Color information
#BCB7AC (or 0xBCB7AC) is known color: Cotton Seed. HEX triplet: BC, B7 and AC. RGB value is (188,183,172). Sum of RGB (Red+Green+Blue) = 188+183+172=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7AC is #434853. Grayscale: #B7B7B7. Windows color (decimal): -4409428 or 11319228. OLE color: 11319228.
HSL color Cylindrical-coordinate representation of color #BCB7AC: hue angle of 41.25º 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 #BCB7AC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 172 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.26 |
| HSL | 41.25º | 0.11% | 0.71% | - |
| HSV(B) | 41.25º | 0.09% | 0.74% | - |
| XYZ | 45.12 | 47.54 | 45.83 | - |
| YUV | 183.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 172 | 0 | 0.03 | 0.09 | 0.26 | 41.25 | 0.11 | 0.71 |
| Hex | BC | B7 | AC | 0 | 3 | 9 | 1A | 29 | B | 47 |
| Octal | 274 | 267 | 254 | 0 | 3 | 11 | 32 | 51 | 13 | 107 |
| Binary | 10111100 | 10110111 | 10101100 | 0 | 11 | 1001 | 11010 | 101001 | 1011 | 1000111 |
Color Harmonies of #BCB7AC
Complementary color
Monochromatic Colors of #BCB7AC
Black with #BCB7AC
Text Example
Text Example
White with #BCB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7AC; }
p { color: rgb(188,183,172); }
H1.HeaderClassName
{
color: #BCB7AC;
}
.AnyTagClassName
{
color: #BCB7AC;
}
</style>
background-color css
<style>
a { background-color: #BCB7AC; }
a { background-color: rgb(188,183,172); }
div.DivClassName
{
background-color: #BCB7AC;
}
.BgClassName
{
background-color: #BCB7AC;
}
</style>
border-color css
<style>
span { border-color: #BCB7AC; }
span { border-color: rgb(188,183,172); }
td.TdClassName
{
border-color: #BCB7AC;
}
.TagClassName
{
border-color: #BCB7AC;
}
</style>