Shades of Cotton Seed #BBBAB8
Tints of Cotton Seed #BBBAB8
RGB
CMYK
RGB Variations
Color information
#BBBAB8 (or 0xBBBAB8) is known color: Cotton Seed. HEX triplet: BB, BA and B8. RGB value is (187,186,184). Sum of RGB (Red+Green+Blue) = 187+186+184=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAB8 is #444547. Grayscale: #BABABA. Windows color (decimal): -4474184 or 12106427. OLE color: 12106427.
HSL color Cylindrical-coordinate representation of color #BBBAB8: hue angle of 40º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBAB8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 184 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.27 |
| HSL | 40º | 0.02% | 0.73% | - |
| HSV(B) | 40º | 0.02% | 0.73% | - |
| XYZ | 46.7 | 49.14 | 52.37 | - |
| YUV | 186.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 184 | 0 | 0.01 | 0.02 | 0.27 | 40 | 0.02 | 0.73 |
| Hex | BB | BA | B8 | 0 | 1 | 2 | 1B | 28 | 2 | 49 |
| Octal | 273 | 272 | 270 | 0 | 1 | 2 | 33 | 50 | 2 | 111 |
| Binary | 10111011 | 10111010 | 10111000 | 0 | 1 | 10 | 11011 | 101000 | 10 | 1001001 |
Color Harmonies of #BBBAB8
Complementary color
Monochromatic Colors of #BBBAB8
Black with #BBBAB8
Text Example
Text Example
White with #BBBAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBAB8; }
p { color: rgb(187,186,184); }
H1.HeaderClassName
{
color: #BBBAB8;
}
.AnyTagClassName
{
color: #BBBAB8;
}
</style>
background-color css
<style>
a { background-color: #BBBAB8; }
a { background-color: rgb(187,186,184); }
div.DivClassName
{
background-color: #BBBAB8;
}
.BgClassName
{
background-color: #BBBAB8;
}
</style>
border-color css
<style>
span { border-color: #BBBAB8; }
span { border-color: rgb(187,186,184); }
td.TdClassName
{
border-color: #BBBAB8;
}
.TagClassName
{
border-color: #BBBAB8;
}
</style>