Shades of Cotton Seed #BCBBB8
Tints of Cotton Seed #BCBBB8
RGB
CMYK
RGB Variations
Color information
#BCBBB8 (or 0xBCBBB8) is known color: Cotton Seed. HEX triplet: BC, BB and B8. RGB value is (188,187,184). Sum of RGB (Red+Green+Blue) = 188+187+184=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBB8 is #434447. Grayscale: #BABABA. Windows color (decimal): -4408392 or 12106684. OLE color: 12106684.
HSL color Cylindrical-coordinate representation of color #BCBBB8: hue angle of 45º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBBB8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 184 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.26 |
| HSL | 45º | 0.03% | 0.73% | - |
| HSV(B) | 45º | 0.02% | 0.74% | - |
| XYZ | 47.16 | 49.69 | 52.45 | - |
| YUV | 186.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 184 | 0 | 0.01 | 0.02 | 0.26 | 45 | 0.03 | 0.73 |
| Hex | BC | BB | B8 | 0 | 1 | 2 | 1A | 2D | 3 | 49 |
| Octal | 274 | 273 | 270 | 0 | 1 | 2 | 32 | 55 | 3 | 111 |
| Binary | 10111100 | 10111011 | 10111000 | 0 | 1 | 10 | 11010 | 101101 | 11 | 1001001 |
Color Harmonies of #BCBBB8
Complementary color
Monochromatic Colors of #BCBBB8
Black with #BCBBB8
Text Example
Text Example
White with #BCBBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBBB8; }
p { color: rgb(188,187,184); }
H1.HeaderClassName
{
color: #BCBBB8;
}
.AnyTagClassName
{
color: #BCBBB8;
}
</style>
background-color css
<style>
a { background-color: #BCBBB8; }
a { background-color: rgb(188,187,184); }
div.DivClassName
{
background-color: #BCBBB8;
}
.BgClassName
{
background-color: #BCBBB8;
}
</style>
border-color css
<style>
span { border-color: #BCBBB8; }
span { border-color: rgb(188,187,184); }
td.TdClassName
{
border-color: #BCBBB8;
}
.TagClassName
{
border-color: #BCBBB8;
}
</style>