Shades of Cotton Seed #BBB5AB
Tints of Cotton Seed #BBB5AB
RGB
CMYK
RGB Variations
Color information
#BBB5AB (or 0xBBB5AB) is known color: Cotton Seed. HEX triplet: BB, B5 and AB. RGB value is (187,181,171). Sum of RGB (Red+Green+Blue) = 187+181+171=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5AB is #444A54. Grayscale: #B5B5B5. Windows color (decimal): -4475477 or 11253179. OLE color: 11253179.
HSL color Cylindrical-coordinate representation of color #BBB5AB: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB5AB is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 171 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.27 |
| HSL | 37.5º | 0.11% | 0.7% | - |
| HSV(B) | 37.5º | 0.09% | 0.73% | - |
| XYZ | 44.37 | 46.55 | 45.18 | - |
| YUV | 181.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 171 | 0 | 0.03 | 0.09 | 0.27 | 37.5 | 0.11 | 0.7 |
| Hex | BB | B5 | AB | 0 | 3 | 9 | 1B | 26 | B | 46 |
| Octal | 273 | 265 | 253 | 0 | 3 | 11 | 33 | 46 | 13 | 106 |
| Binary | 10111011 | 10110101 | 10101011 | 0 | 11 | 1001 | 11011 | 100110 | 1011 | 1000110 |
Color Harmonies of #BBB5AB
Complementary color
Monochromatic Colors of #BBB5AB
Black with #BBB5AB
Text Example
Text Example
White with #BBB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5AB; }
p { color: rgb(187,181,171); }
H1.HeaderClassName
{
color: #BBB5AB;
}
.AnyTagClassName
{
color: #BBB5AB;
}
</style>
background-color css
<style>
a { background-color: #BBB5AB; }
a { background-color: rgb(187,181,171); }
div.DivClassName
{
background-color: #BBB5AB;
}
.BgClassName
{
background-color: #BBB5AB;
}
</style>
border-color css
<style>
span { border-color: #BBB5AB; }
span { border-color: rgb(187,181,171); }
td.TdClassName
{
border-color: #BBB5AB;
}
.TagClassName
{
border-color: #BBB5AB;
}
</style>