Shades of Cotton Seed #BCBAB5
Tints of Cotton Seed #BCBAB5
RGB
CMYK
RGB Variations
Color information
#BCBAB5 (or 0xBCBAB5) is known color: Cotton Seed. HEX triplet: BC, BA and B5. RGB value is (188,186,181). Sum of RGB (Red+Green+Blue) = 188+186+181=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB5 is #43454A. Grayscale: #BABABA. Windows color (decimal): -4408651 or 11909820. OLE color: 11909820.
HSL color Cylindrical-coordinate representation of color #BCBAB5: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCBAB5 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 186 | 181 | - |
CMYK | 0 | 0.01 | 0.04 | 0.26 |
HSL | 42.86º | 0.05% | 0.72% | - |
HSV(B) | 42.86º | 0.04% | 0.74% | - |
XYZ | 46.64 | 49.15 | 50.74 | - |
YUV | 186.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 186 | 181 | 0 | 0.01 | 0.04 | 0.26 | 42.86 | 0.05 | 0.72 |
Hex | BC | BA | B5 | 0 | 1 | 4 | 1A | 2B | 5 | 48 |
Octal | 274 | 272 | 265 | 0 | 1 | 4 | 32 | 53 | 5 | 110 |
Binary | 10111100 | 10111010 | 10110101 | 0 | 1 | 100 | 11010 | 101011 | 101 | 1001000 |
Color Harmonies of #BCBAB5
Complementary color
Monochromatic Colors of #BCBAB5
Black with #BCBAB5
Text Example
Text Example
White with #BCBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAB5; }
p { color: rgb(188,186,181); }
H1.HeaderClassName
{
color: #BCBAB5;
}
.AnyTagClassName
{
color: #BCBAB5;
}
</style>
background-color css
<style>
a { background-color: #BCBAB5; }
a { background-color: rgb(188,186,181); }
div.DivClassName
{
background-color: #BCBAB5;
}
.BgClassName
{
background-color: #BCBAB5;
}
</style>
border-color css
<style>
span { border-color: #BCBAB5; }
span { border-color: rgb(188,186,181); }
td.TdClassName
{
border-color: #BCBAB5;
}
.TagClassName
{
border-color: #BCBAB5;
}
</style>