Shades of Cotton Seed #BAB7B2
Tints of Cotton Seed #BAB7B2
RGB
CMYK
RGB Variations
Color information
#BAB7B2 (or 0xBAB7B2) is known color: Cotton Seed. HEX triplet: BA, B7 and B2. RGB value is (186,183,178). Sum of RGB (Red+Green+Blue) = 186+183+178=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7B2 is #45484D. Grayscale: #B7B7B7. Windows color (decimal): -4540494 or 11712442. OLE color: 11712442.
HSL color Cylindrical-coordinate representation of color #BAB7B2: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB7B2 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 183 | 178 | - |
CMYK | 0 | 0.02 | 0.04 | 0.27 |
HSL | 37.5º | 0.05% | 0.71% | - |
HSV(B) | 37.5º | 0.04% | 0.73% | - |
XYZ | 45.22 | 47.52 | 48.91 | - |
YUV | 183.33 | 124.99 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 183 | 178 | 0 | 0.02 | 0.04 | 0.27 | 37.5 | 0.05 | 0.71 |
Hex | BA | B7 | B2 | 0 | 2 | 4 | 1B | 26 | 5 | 47 |
Octal | 272 | 267 | 262 | 0 | 2 | 4 | 33 | 46 | 5 | 107 |
Binary | 10111010 | 10110111 | 10110010 | 0 | 10 | 100 | 11011 | 100110 | 101 | 1000111 |
Color Harmonies of #BAB7B2
Complementary color
Monochromatic Colors of #BAB7B2
Black with #BAB7B2
Text Example
Text Example
White with #BAB7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7B2; }
p { color: rgb(186,183,178); }
H1.HeaderClassName
{
color: #BAB7B2;
}
.AnyTagClassName
{
color: #BAB7B2;
}
</style>
background-color css
<style>
a { background-color: #BAB7B2; }
a { background-color: rgb(186,183,178); }
div.DivClassName
{
background-color: #BAB7B2;
}
.BgClassName
{
background-color: #BAB7B2;
}
</style>
border-color css
<style>
span { border-color: #BAB7B2; }
span { border-color: rgb(186,183,178); }
td.TdClassName
{
border-color: #BAB7B2;
}
.TagClassName
{
border-color: #BAB7B2;
}
</style>