Shades of Tide #BBB3AF
Tints of Tide #BBB3AF
RGB
CMYK
RGB Variations
Color information
#BBB3AF (or 0xBBB3AF) is known color: Tide. HEX triplet: BB, B3 and AF. RGB value is (187,179,175). Sum of RGB (Red+Green+Blue) = 187+179+175=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB3AF is #444C50. Grayscale: #B4B4B4. Windows color (decimal): -4475985 or 11514811. OLE color: 11514811.
HSL color Cylindrical-coordinate representation of color #BBB3AF: hue angle of 20º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB3AF is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 175 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.27 |
| HSL | 20º | 0.08% | 0.71% | - |
| HSV(B) | 20º | 0.06% | 0.73% | - |
| XYZ | 44.35 | 45.9 | 47.08 | - |
| YUV | 180.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 175 | 0 | 0.04 | 0.06 | 0.27 | 20 | 0.08 | 0.71 |
| Hex | BB | B3 | AF | 0 | 4 | 6 | 1B | 14 | 8 | 47 |
| Octal | 273 | 263 | 257 | 0 | 4 | 6 | 33 | 24 | 10 | 107 |
| Binary | 10111011 | 10110011 | 10101111 | 0 | 100 | 110 | 11011 | 10100 | 1000 | 1000111 |
Color Harmonies of #BBB3AF
Complementary color
Monochromatic Colors of #BBB3AF
Black with #BBB3AF
Text Example
Text Example
White with #BBB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3AF; }
p { color: rgb(187,179,175); }
H1.HeaderClassName
{
color: #BBB3AF;
}
.AnyTagClassName
{
color: #BBB3AF;
}
</style>
background-color css
<style>
a { background-color: #BBB3AF; }
a { background-color: rgb(187,179,175); }
div.DivClassName
{
background-color: #BBB3AF;
}
.BgClassName
{
background-color: #BBB3AF;
}
</style>
border-color css
<style>
span { border-color: #BBB3AF; }
span { border-color: rgb(187,179,175); }
td.TdClassName
{
border-color: #BBB3AF;
}
.TagClassName
{
border-color: #BBB3AF;
}
</style>