Shades of Cotton Seed #BCB9B2
Tints of Cotton Seed #BCB9B2
RGB
CMYK
RGB Variations
Color information
#BCB9B2 (or 0xBCB9B2) is known color: Cotton Seed. HEX triplet: BC, B9 and B2. RGB value is (188,185,178). Sum of RGB (Red+Green+Blue) = 188+185+178=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB9B2 is #43464D. Grayscale: #B9B9B9. Windows color (decimal): -4408910 or 11712956. OLE color: 11712956.
HSL color Cylindrical-coordinate representation of color #BCB9B2: hue angle of 42º degrees, saturation: 0.07, 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 #BCB9B2 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 178 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.26 |
| HSL | 42º | 0.07% | 0.72% | - |
| HSV(B) | 42º | 0.05% | 0.74% | - |
| XYZ | 46.12 | 48.6 | 49.07 | - |
| YUV | 185.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 178 | 0 | 0.02 | 0.05 | 0.26 | 42 | 0.07 | 0.72 |
| Hex | BC | B9 | B2 | 0 | 2 | 5 | 1A | 2A | 7 | 48 |
| Octal | 274 | 271 | 262 | 0 | 2 | 5 | 32 | 52 | 7 | 110 |
| Binary | 10111100 | 10111001 | 10110010 | 0 | 10 | 101 | 11010 | 101010 | 111 | 1001000 |
Color Harmonies of #BCB9B2
Complementary color
Monochromatic Colors of #BCB9B2
Black with #BCB9B2
Text Example
Text Example
White with #BCB9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9B2; }
p { color: rgb(188,185,178); }
H1.HeaderClassName
{
color: #BCB9B2;
}
.AnyTagClassName
{
color: #BCB9B2;
}
</style>
background-color css
<style>
a { background-color: #BCB9B2; }
a { background-color: rgb(188,185,178); }
div.DivClassName
{
background-color: #BCB9B2;
}
.BgClassName
{
background-color: #BCB9B2;
}
</style>
border-color css
<style>
span { border-color: #BCB9B2; }
span { border-color: rgb(188,185,178); }
td.TdClassName
{
border-color: #BCB9B2;
}
.TagClassName
{
border-color: #BCB9B2;
}
</style>