Shades of Cotton Seed #BBB5AC
Tints of Cotton Seed #BBB5AC
RGB
CMYK
RGB Variations
Color information
#BBB5AC (or 0xBBB5AC) is known color: Cotton Seed. HEX triplet: BB, B5 and AC. RGB value is (187,181,172). Sum of RGB (Red+Green+Blue) = 187+181+172=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB5AC is #444A53. Grayscale: #B5B5B5. Windows color (decimal): -4475476 or 11318715. OLE color: 11318715.
HSL color Cylindrical-coordinate representation of color #BBB5AC: hue angle of 36º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB5AC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 181 | 172 | - |
CMYK | 0 | 0.03 | 0.08 | 0.27 |
HSL | 36º | 0.1% | 0.7% | - |
HSV(B) | 36º | 0.08% | 0.73% | - |
XYZ | 44.46 | 46.59 | 45.68 | - |
YUV | 181.77 | 122.49 | 131.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 172 | 0 | 0.03 | 0.08 | 0.27 | 36 | 0.1 | 0.7 |
Hex | BB | B5 | AC | 0 | 3 | 8 | 1B | 24 | A | 46 |
Octal | 273 | 265 | 254 | 0 | 3 | 10 | 33 | 44 | 12 | 106 |
Binary | 10111011 | 10110101 | 10101100 | 0 | 11 | 1000 | 11011 | 100100 | 1010 | 1000110 |
Color Harmonies of #BBB5AC
Complementary color
Monochromatic Colors of #BBB5AC
Black with #BBB5AC
Text Example
Text Example
White with #BBB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5AC; }
p { color: rgb(187,181,172); }
H1.HeaderClassName
{
color: #BBB5AC;
}
.AnyTagClassName
{
color: #BBB5AC;
}
</style>
background-color css
<style>
a { background-color: #BBB5AC; }
a { background-color: rgb(187,181,172); }
div.DivClassName
{
background-color: #BBB5AC;
}
.BgClassName
{
background-color: #BBB5AC;
}
</style>
border-color css
<style>
span { border-color: #BBB5AC; }
span { border-color: rgb(187,181,172); }
td.TdClassName
{
border-color: #BBB5AC;
}
.TagClassName
{
border-color: #BBB5AC;
}
</style>