Shades of Cotton Seed #BCB7AD
Tints of Cotton Seed #BCB7AD
RGB
CMYK
RGB Variations
Color information
#BCB7AD (or 0xBCB7AD) is known color: Cotton Seed. HEX triplet: BC, B7 and AD. RGB value is (188,183,173). Sum of RGB (Red+Green+Blue) = 188+183+173=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB7AD is #434852. Grayscale: #B7B7B7. Windows color (decimal): -4409427 or 11384764. OLE color: 11384764.
HSL color Cylindrical-coordinate representation of color #BCB7AD: hue angle of 40º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB7AD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 173 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.26 |
| HSL | 40º | 0.1% | 0.71% | - |
| HSV(B) | 40º | 0.08% | 0.74% | - |
| XYZ | 45.22 | 47.58 | 46.34 | - |
| YUV | 183.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 173 | 0 | 0.03 | 0.08 | 0.26 | 40 | 0.1 | 0.71 |
| Hex | BC | B7 | AD | 0 | 3 | 8 | 1A | 28 | A | 47 |
| Octal | 274 | 267 | 255 | 0 | 3 | 10 | 32 | 50 | 12 | 107 |
| Binary | 10111100 | 10110111 | 10101101 | 0 | 11 | 1000 | 11010 | 101000 | 1010 | 1000111 |
Color Harmonies of #BCB7AD
Complementary color
Monochromatic Colors of #BCB7AD
Black with #BCB7AD
Text Example
Text Example
White with #BCB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7AD; }
p { color: rgb(188,183,173); }
H1.HeaderClassName
{
color: #BCB7AD;
}
.AnyTagClassName
{
color: #BCB7AD;
}
</style>
background-color css
<style>
a { background-color: #BCB7AD; }
a { background-color: rgb(188,183,173); }
div.DivClassName
{
background-color: #BCB7AD;
}
.BgClassName
{
background-color: #BCB7AD;
}
</style>
border-color css
<style>
span { border-color: #BCB7AD; }
span { border-color: rgb(188,183,173); }
td.TdClassName
{
border-color: #BCB7AD;
}
.TagClassName
{
border-color: #BCB7AD;
}
</style>