Shades of Tide #BBB2AC
Tints of Tide #BBB2AC
RGB
CMYK
RGB Variations
Color information
#BBB2AC (or 0xBBB2AC) is known color: Tide. HEX triplet: BB, B2 and AC. RGB value is (187,178,172). Sum of RGB (Red+Green+Blue) = 187+178+172=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2AC is #444D53. Grayscale: #B4B4B4. Windows color (decimal): -4476244 or 11317947. OLE color: 11317947.
HSL color Cylindrical-coordinate representation of color #BBB2AC: hue angle of 24º 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 #BBB2AC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 178 | 172 | - |
CMYK | 0 | 0.05 | 0.08 | 0.27 |
HSL | 24º | 0.1% | 0.7% | - |
HSV(B) | 24º | 0.08% | 0.73% | - |
XYZ | 43.86 | 45.38 | 45.48 | - |
YUV | 180.01 | 123.48 | 132.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 178 | 172 | 0 | 0.05 | 0.08 | 0.27 | 24 | 0.1 | 0.7 |
Hex | BB | B2 | AC | 0 | 5 | 8 | 1B | 18 | A | 46 |
Octal | 273 | 262 | 254 | 0 | 5 | 10 | 33 | 30 | 12 | 106 |
Binary | 10111011 | 10110010 | 10101100 | 0 | 101 | 1000 | 11011 | 11000 | 1010 | 1000110 |
Color Harmonies of #BBB2AC
Complementary color
Monochromatic Colors of #BBB2AC
Black with #BBB2AC
Text Example
Text Example
White with #BBB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2AC; }
p { color: rgb(187,178,172); }
H1.HeaderClassName
{
color: #BBB2AC;
}
.AnyTagClassName
{
color: #BBB2AC;
}
</style>
background-color css
<style>
a { background-color: #BBB2AC; }
a { background-color: rgb(187,178,172); }
div.DivClassName
{
background-color: #BBB2AC;
}
.BgClassName
{
background-color: #BBB2AC;
}
</style>
border-color css
<style>
span { border-color: #BBB2AC; }
span { border-color: rgb(187,178,172); }
td.TdClassName
{
border-color: #BBB2AC;
}
.TagClassName
{
border-color: #BBB2AC;
}
</style>