Shades of Cotton Seed #BBB9B5
Tints of Cotton Seed #BBB9B5
RGB
CMYK
RGB Variations
Color information
#BBB9B5 (or 0xBBB9B5) is known color: Cotton Seed. HEX triplet: BB, B9 and B5. RGB value is (187,185,181). Sum of RGB (Red+Green+Blue) = 187+185+181=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9B5 is #44464A. Grayscale: #B9B9B9. Windows color (decimal): -4474443 or 11909563. OLE color: 11909563.
HSL color Cylindrical-coordinate representation of color #BBB9B5: hue angle of 40º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB9B5 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 185 | 181 | - |
CMYK | 0 | 0.01 | 0.03 | 0.27 |
HSL | 40º | 0.04% | 0.72% | - |
HSV(B) | 40º | 0.03% | 0.73% | - |
XYZ | 46.18 | 48.6 | 50.66 | - |
YUV | 185.14 | 125.66 | 129.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 185 | 181 | 0 | 0.01 | 0.03 | 0.27 | 40 | 0.04 | 0.72 |
Hex | BB | B9 | B5 | 0 | 1 | 3 | 1B | 28 | 4 | 48 |
Octal | 273 | 271 | 265 | 0 | 1 | 3 | 33 | 50 | 4 | 110 |
Binary | 10111011 | 10111001 | 10110101 | 0 | 1 | 11 | 11011 | 101000 | 100 | 1001000 |
Color Harmonies of #BBB9B5
Complementary color
Monochromatic Colors of #BBB9B5
Black with #BBB9B5
Text Example
Text Example
White with #BBB9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9B5; }
p { color: rgb(187,185,181); }
H1.HeaderClassName
{
color: #BBB9B5;
}
.AnyTagClassName
{
color: #BBB9B5;
}
</style>
background-color css
<style>
a { background-color: #BBB9B5; }
a { background-color: rgb(187,185,181); }
div.DivClassName
{
background-color: #BBB9B5;
}
.BgClassName
{
background-color: #BBB9B5;
}
</style>
border-color css
<style>
span { border-color: #BBB9B5; }
span { border-color: rgb(187,185,181); }
td.TdClassName
{
border-color: #BBB9B5;
}
.TagClassName
{
border-color: #BBB9B5;
}
</style>