Shades of Cotton Seed #BCB9B3
Tints of Cotton Seed #BCB9B3
RGB
CMYK
RGB Variations
Color information
#BCB9B3 (or 0xBCB9B3) is known color: Cotton Seed. HEX triplet: BC, B9 and B3. RGB value is (188,185,179). Sum of RGB (Red+Green+Blue) = 188+185+179=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9B3 is #43464C. Grayscale: #B9B9B9. Windows color (decimal): -4408909 or 11778492. OLE color: 11778492.
HSL color Cylindrical-coordinate representation of color #BCB9B3: hue angle of 40º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB9B3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 179 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.26 |
| HSL | 40º | 0.06% | 0.72% | - |
| HSV(B) | 40º | 0.05% | 0.74% | - |
| XYZ | 46.22 | 48.64 | 49.6 | - |
| YUV | 185.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 179 | 0 | 0.02 | 0.05 | 0.26 | 40 | 0.06 | 0.72 |
| Hex | BC | B9 | B3 | 0 | 2 | 5 | 1A | 28 | 6 | 48 |
| Octal | 274 | 271 | 263 | 0 | 2 | 5 | 32 | 50 | 6 | 110 |
| Binary | 10111100 | 10111001 | 10110011 | 0 | 10 | 101 | 11010 | 101000 | 110 | 1001000 |
Color Harmonies of #BCB9B3
Complementary color
Monochromatic Colors of #BCB9B3
Black with #BCB9B3
Text Example
Text Example
White with #BCB9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9B3; }
p { color: rgb(188,185,179); }
H1.HeaderClassName
{
color: #BCB9B3;
}
.AnyTagClassName
{
color: #BCB9B3;
}
</style>
background-color css
<style>
a { background-color: #BCB9B3; }
a { background-color: rgb(188,185,179); }
div.DivClassName
{
background-color: #BCB9B3;
}
.BgClassName
{
background-color: #BCB9B3;
}
</style>
border-color css
<style>
span { border-color: #BCB9B3; }
span { border-color: rgb(188,185,179); }
td.TdClassName
{
border-color: #BCB9B3;
}
.TagClassName
{
border-color: #BCB9B3;
}
</style>