Shades of Cotton Seed #BAB6B0
Tints of Cotton Seed #BAB6B0
RGB
CMYK
RGB Variations
Color information
#BAB6B0 (or 0xBAB6B0) is known color: Cotton Seed. HEX triplet: BA, B6 and B0. RGB value is (186,182,176). Sum of RGB (Red+Green+Blue) = 186+182+176=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB6B0 is #45494F. Grayscale: #B6B6B6. Windows color (decimal): -4540752 or 11581114. OLE color: 11581114.
HSL color Cylindrical-coordinate representation of color #BAB6B0: hue angle of 36º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB6B0 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 182 | 176 | - |
CMYK | 0 | 0.02 | 0.05 | 0.27 |
HSL | 36º | 0.07% | 0.71% | - |
HSV(B) | 36º | 0.05% | 0.73% | - |
XYZ | 44.81 | 47.03 | 47.79 | - |
YUV | 182.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 182 | 176 | 0 | 0.02 | 0.05 | 0.27 | 36 | 0.07 | 0.71 |
Hex | BA | B6 | B0 | 0 | 2 | 5 | 1B | 24 | 7 | 47 |
Octal | 272 | 266 | 260 | 0 | 2 | 5 | 33 | 44 | 7 | 107 |
Binary | 10111010 | 10110110 | 10110000 | 0 | 10 | 101 | 11011 | 100100 | 111 | 1000111 |
Color Harmonies of #BAB6B0
Complementary color
Monochromatic Colors of #BAB6B0
Black with #BAB6B0
Text Example
Text Example
White with #BAB6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6B0; }
p { color: rgb(186,182,176); }
H1.HeaderClassName
{
color: #BAB6B0;
}
.AnyTagClassName
{
color: #BAB6B0;
}
</style>
background-color css
<style>
a { background-color: #BAB6B0; }
a { background-color: rgb(186,182,176); }
div.DivClassName
{
background-color: #BAB6B0;
}
.BgClassName
{
background-color: #BAB6B0;
}
</style>
border-color css
<style>
span { border-color: #BAB6B0; }
span { border-color: rgb(186,182,176); }
td.TdClassName
{
border-color: #BAB6B0;
}
.TagClassName
{
border-color: #BAB6B0;
}
</style>