Shades of Tide #BCB3AD
Tints of Tide #BCB3AD
RGB
CMYK
RGB Variations
Color information
#BCB3AD (or 0xBCB3AD) is known color: Tide. HEX triplet: BC, B3 and AD. RGB value is (188,179,173). Sum of RGB (Red+Green+Blue) = 188+179+173=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3AD is #434C52. Grayscale: #B5B5B5. Windows color (decimal): -4410451 or 11383740. OLE color: 11383740.
HSL color Cylindrical-coordinate representation of color #BCB3AD: hue angle of 24º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCB3AD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 173 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.26 |
| HSL | 24º | 0.1% | 0.71% | - |
| HSV(B) | 24º | 0.08% | 0.74% | - |
| XYZ | 44.4 | 45.95 | 46.06 | - |
| YUV | 181.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 173 | 0 | 0.05 | 0.08 | 0.26 | 24 | 0.1 | 0.71 |
| Hex | BC | B3 | AD | 0 | 5 | 8 | 1A | 18 | A | 47 |
| Octal | 274 | 263 | 255 | 0 | 5 | 10 | 32 | 30 | 12 | 107 |
| Binary | 10111100 | 10110011 | 10101101 | 0 | 101 | 1000 | 11010 | 11000 | 1010 | 1000111 |
Color Harmonies of #BCB3AD
Complementary color
Monochromatic Colors of #BCB3AD
Black with #BCB3AD
Text Example
Text Example
White with #BCB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3AD; }
p { color: rgb(188,179,173); }
H1.HeaderClassName
{
color: #BCB3AD;
}
.AnyTagClassName
{
color: #BCB3AD;
}
</style>
background-color css
<style>
a { background-color: #BCB3AD; }
a { background-color: rgb(188,179,173); }
div.DivClassName
{
background-color: #BCB3AD;
}
.BgClassName
{
background-color: #BCB3AD;
}
</style>
border-color css
<style>
span { border-color: #BCB3AD; }
span { border-color: rgb(188,179,173); }
td.TdClassName
{
border-color: #BCB3AD;
}
.TagClassName
{
border-color: #BCB3AD;
}
</style>