Shades of Tide #BCB3AF
Tints of Tide #BCB3AF
RGB
CMYK
RGB Variations
Color information
#BCB3AF (or 0xBCB3AF) is known color: Tide. HEX triplet: BC, B3 and AF. RGB value is (188,179,175). Sum of RGB (Red+Green+Blue) = 188+179+175=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3AF is #434C50. Grayscale: #B5B5B5. Windows color (decimal): -4410449 or 11514812. OLE color: 11514812.
HSL color Cylindrical-coordinate representation of color #BCB3AF: hue angle of 18.46º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCB3AF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 175 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.26 |
| HSL | 18.46º | 0.09% | 0.71% | - |
| HSV(B) | 18.46º | 0.07% | 0.74% | - |
| XYZ | 44.6 | 46.03 | 47.09 | - |
| YUV | 181.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 175 | 0 | 0.05 | 0.07 | 0.26 | 18.46 | 0.09 | 0.71 |
| Hex | BC | B3 | AF | 0 | 5 | 7 | 1A | 12 | 9 | 47 |
| Octal | 274 | 263 | 257 | 0 | 5 | 7 | 32 | 22 | 11 | 107 |
| Binary | 10111100 | 10110011 | 10101111 | 0 | 101 | 111 | 11010 | 10010 | 1001 | 1000111 |
Color Harmonies of #BCB3AF
Complementary color
Monochromatic Colors of #BCB3AF
Black with #BCB3AF
Text Example
Text Example
White with #BCB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3AF; }
p { color: rgb(188,179,175); }
H1.HeaderClassName
{
color: #BCB3AF;
}
.AnyTagClassName
{
color: #BCB3AF;
}
</style>
background-color css
<style>
a { background-color: #BCB3AF; }
a { background-color: rgb(188,179,175); }
div.DivClassName
{
background-color: #BCB3AF;
}
.BgClassName
{
background-color: #BCB3AF;
}
</style>
border-color css
<style>
span { border-color: #BCB3AF; }
span { border-color: rgb(188,179,175); }
td.TdClassName
{
border-color: #BCB3AF;
}
.TagClassName
{
border-color: #BCB3AF;
}
</style>