Shades of Cotton Seed #BCB9B1
Tints of Cotton Seed #BCB9B1
RGB
CMYK
RGB Variations
Color information
#BCB9B1 (or 0xBCB9B1) is known color: Cotton Seed. HEX triplet: BC, B9 and B1. RGB value is (188,185,177). Sum of RGB (Red+Green+Blue) = 188+185+177=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9B1 is #43464E. Grayscale: #B9B9B9. Windows color (decimal): -4408911 or 11647420. OLE color: 11647420.
HSL color Cylindrical-coordinate representation of color #BCB9B1: hue angle of 43.64º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB9B1 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 177 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.26 |
| HSL | 43.64º | 0.08% | 0.72% | - |
| HSV(B) | 43.64º | 0.06% | 0.74% | - |
| XYZ | 46.02 | 48.56 | 48.54 | - |
| YUV | 184.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 177 | 0 | 0.02 | 0.06 | 0.26 | 43.64 | 0.08 | 0.72 |
| Hex | BC | B9 | B1 | 0 | 2 | 6 | 1A | 2C | 8 | 48 |
| Octal | 274 | 271 | 261 | 0 | 2 | 6 | 32 | 54 | 10 | 110 |
| Binary | 10111100 | 10111001 | 10110001 | 0 | 10 | 110 | 11010 | 101100 | 1000 | 1001000 |
Color Harmonies of #BCB9B1
Complementary color
Monochromatic Colors of #BCB9B1
Black with #BCB9B1
Text Example
Text Example
White with #BCB9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9B1; }
p { color: rgb(188,185,177); }
H1.HeaderClassName
{
color: #BCB9B1;
}
.AnyTagClassName
{
color: #BCB9B1;
}
</style>
background-color css
<style>
a { background-color: #BCB9B1; }
a { background-color: rgb(188,185,177); }
div.DivClassName
{
background-color: #BCB9B1;
}
.BgClassName
{
background-color: #BCB9B1;
}
</style>
border-color css
<style>
span { border-color: #BCB9B1; }
span { border-color: rgb(188,185,177); }
td.TdClassName
{
border-color: #BCB9B1;
}
.TagClassName
{
border-color: #BCB9B1;
}
</style>