Shades of Cotton Seed #BAB5AC
Tints of Cotton Seed #BAB5AC
RGB
CMYK
RGB Variations
Color information
#BAB5AC (or 0xBAB5AC) is known color: Cotton Seed. HEX triplet: BA, B5 and AC. RGB value is (186,181,172). Sum of RGB (Red+Green+Blue) = 186+181+172=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5AC is #454A53. Grayscale: #B5B5B5. Windows color (decimal): -4541012 or 11318714. OLE color: 11318714.
HSL color Cylindrical-coordinate representation of color #BAB5AC: hue angle of 38.57º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB5AC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 181 | 172 | - |
CMYK | 0 | 0.03 | 0.08 | 0.27 |
HSL | 38.57º | 0.09% | 0.7% | - |
HSV(B) | 38.57º | 0.08% | 0.73% | - |
XYZ | 44.22 | 46.47 | 45.67 | - |
YUV | 181.47 | 122.66 | 131.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 181 | 172 | 0 | 0.03 | 0.08 | 0.27 | 38.57 | 0.09 | 0.7 |
Hex | BA | B5 | AC | 0 | 3 | 8 | 1B | 27 | 9 | 46 |
Octal | 272 | 265 | 254 | 0 | 3 | 10 | 33 | 47 | 11 | 106 |
Binary | 10111010 | 10110101 | 10101100 | 0 | 11 | 1000 | 11011 | 100111 | 1001 | 1000110 |
Color Harmonies of #BAB5AC
Complementary color
Monochromatic Colors of #BAB5AC
Black with #BAB5AC
Text Example
Text Example
White with #BAB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5AC; }
p { color: rgb(186,181,172); }
H1.HeaderClassName
{
color: #BAB5AC;
}
.AnyTagClassName
{
color: #BAB5AC;
}
</style>
background-color css
<style>
a { background-color: #BAB5AC; }
a { background-color: rgb(186,181,172); }
div.DivClassName
{
background-color: #BAB5AC;
}
.BgClassName
{
background-color: #BAB5AC;
}
</style>
border-color css
<style>
span { border-color: #BAB5AC; }
span { border-color: rgb(186,181,172); }
td.TdClassName
{
border-color: #BAB5AC;
}
.TagClassName
{
border-color: #BAB5AC;
}
</style>