Shades of Tide #BBB4AA
Tints of Tide #BBB4AA
RGB
CMYK
RGB Variations
Color information
#BBB4AA (or 0xBBB4AA) is known color: Tide. HEX triplet: BB, B4 and AA. RGB value is (187,180,170). Sum of RGB (Red+Green+Blue) = 187+180+170=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB4AA is #444B55. Grayscale: #B4B4B4. Windows color (decimal): -4475734 or 11187387. OLE color: 11187387.
HSL color Cylindrical-coordinate representation of color #BBB4AA: hue angle of 35.29º 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 #BBB4AA is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 170 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.27 |
| HSL | 35.29º | 0.11% | 0.7% | - |
| HSV(B) | 35.29º | 0.09% | 0.73% | - |
| XYZ | 44.07 | 46.11 | 44.61 | - |
| YUV | 180.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 170 | 0 | 0.04 | 0.09 | 0.27 | 35.29 | 0.11 | 0.7 |
| Hex | BB | B4 | AA | 0 | 4 | 9 | 1B | 23 | B | 46 |
| Octal | 273 | 264 | 252 | 0 | 4 | 11 | 33 | 43 | 13 | 106 |
| Binary | 10111011 | 10110100 | 10101010 | 0 | 100 | 1001 | 11011 | 100011 | 1011 | 1000110 |
Color Harmonies of #BBB4AA
Complementary color
Monochromatic Colors of #BBB4AA
Black with #BBB4AA
Text Example
Text Example
White with #BBB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4AA; }
p { color: rgb(187,180,170); }
H1.HeaderClassName
{
color: #BBB4AA;
}
.AnyTagClassName
{
color: #BBB4AA;
}
</style>
background-color css
<style>
a { background-color: #BBB4AA; }
a { background-color: rgb(187,180,170); }
div.DivClassName
{
background-color: #BBB4AA;
}
.BgClassName
{
background-color: #BBB4AA;
}
</style>
border-color css
<style>
span { border-color: #BBB4AA; }
span { border-color: rgb(187,180,170); }
td.TdClassName
{
border-color: #BBB4AA;
}
.TagClassName
{
border-color: #BBB4AA;
}
</style>