Shades of Cotton Seed #BAB5AD
Tints of Cotton Seed #BAB5AD
RGB
CMYK
RGB Variations
Color information
#BAB5AD (or 0xBAB5AD) is known color: Cotton Seed. HEX triplet: BA, B5 and AD. RGB value is (186,181,173). Sum of RGB (Red+Green+Blue) = 186+181+173=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5AD is #454A52. Grayscale: #B5B5B5. Windows color (decimal): -4541011 or 11384250. OLE color: 11384250.
HSL color Cylindrical-coordinate representation of color #BAB5AD: hue angle of 36.92º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB5AD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 173 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.27 |
| HSL | 36.92º | 0.09% | 0.7% | - |
| HSV(B) | 36.92º | 0.07% | 0.73% | - |
| XYZ | 44.32 | 46.5 | 46.18 | - |
| YUV | 181.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 173 | 0 | 0.03 | 0.07 | 0.27 | 36.92 | 0.09 | 0.7 |
| Hex | BA | B5 | AD | 0 | 3 | 7 | 1B | 25 | 9 | 46 |
| Octal | 272 | 265 | 255 | 0 | 3 | 7 | 33 | 45 | 11 | 106 |
| Binary | 10111010 | 10110101 | 10101101 | 0 | 11 | 111 | 11011 | 100101 | 1001 | 1000110 |
Color Harmonies of #BAB5AD
Complementary color
Monochromatic Colors of #BAB5AD
Black with #BAB5AD
Text Example
Text Example
White with #BAB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5AD; }
p { color: rgb(186,181,173); }
H1.HeaderClassName
{
color: #BAB5AD;
}
.AnyTagClassName
{
color: #BAB5AD;
}
</style>
background-color css
<style>
a { background-color: #BAB5AD; }
a { background-color: rgb(186,181,173); }
div.DivClassName
{
background-color: #BAB5AD;
}
.BgClassName
{
background-color: #BAB5AD;
}
</style>
border-color css
<style>
span { border-color: #BAB5AD; }
span { border-color: rgb(186,181,173); }
td.TdClassName
{
border-color: #BAB5AD;
}
.TagClassName
{
border-color: #BAB5AD;
}
</style>