Shades of Tide #BCB5AB
Tints of Tide #BCB5AB
RGB
CMYK
RGB Variations
Color information
#BCB5AB (or 0xBCB5AB) is known color: Tide. HEX triplet: BC, B5 and AB. RGB value is (188,181,171). Sum of RGB (Red+Green+Blue) = 188+181+171=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB5AB is #434A54. Grayscale: #B6B6B6. Windows color (decimal): -4409941 or 11253180. OLE color: 11253180.
HSL color Cylindrical-coordinate representation of color #BCB5AB: hue angle of 35.29º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCB5AB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 171 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.26 |
| HSL | 35.29º | 0.11% | 0.7% | - |
| HSV(B) | 35.29º | 0.09% | 0.74% | - |
| XYZ | 44.61 | 46.68 | 45.19 | - |
| YUV | 181.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 171 | 0 | 0.04 | 0.09 | 0.26 | 35.29 | 0.11 | 0.7 |
| Hex | BC | B5 | AB | 0 | 4 | 9 | 1A | 23 | B | 46 |
| Octal | 274 | 265 | 253 | 0 | 4 | 11 | 32 | 43 | 13 | 106 |
| Binary | 10111100 | 10110101 | 10101011 | 0 | 100 | 1001 | 11010 | 100011 | 1011 | 1000110 |
Color Harmonies of #BCB5AB
Complementary color
Monochromatic Colors of #BCB5AB
Black with #BCB5AB
Text Example
Text Example
White with #BCB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5AB; }
p { color: rgb(188,181,171); }
H1.HeaderClassName
{
color: #BCB5AB;
}
.AnyTagClassName
{
color: #BCB5AB;
}
</style>
background-color css
<style>
a { background-color: #BCB5AB; }
a { background-color: rgb(188,181,171); }
div.DivClassName
{
background-color: #BCB5AB;
}
.BgClassName
{
background-color: #BCB5AB;
}
</style>
border-color css
<style>
span { border-color: #BCB5AB; }
span { border-color: rgb(188,181,171); }
td.TdClassName
{
border-color: #BCB5AB;
}
.TagClassName
{
border-color: #BCB5AB;
}
</style>