Shades of Tide #BCB0A7
Tints of Tide #BCB0A7
RGB
CMYK
RGB Variations
Color information
#BCB0A7 (or 0xBCB0A7) is known color: Tide. HEX triplet: BC, B0 and A7. RGB value is (188,176,167). Sum of RGB (Red+Green+Blue) = 188+176+167=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A7 is #434F58. Grayscale: #B2B2B2. Windows color (decimal): -4411225 or 10989756. OLE color: 10989756.
HSL color Cylindrical-coordinate representation of color #BCB0A7: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB0A7 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 167 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.26 |
| HSL | 25.71º | 0.14% | 0.7% | - |
| HSV(B) | 25.71º | 0.11% | 0.74% | - |
| XYZ | 43.24 | 44.53 | 42.88 | - |
| YUV | 178.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 167 | 0 | 0.06 | 0.11 | 0.26 | 25.71 | 0.14 | 0.7 |
| Hex | BC | B0 | A7 | 0 | 6 | B | 1A | 1A | E | 46 |
| Octal | 274 | 260 | 247 | 0 | 6 | 13 | 32 | 32 | 16 | 106 |
| Binary | 10111100 | 10110000 | 10100111 | 0 | 110 | 1011 | 11010 | 11010 | 1110 | 1000110 |
Color Harmonies of #BCB0A7
Complementary color
Monochromatic Colors of #BCB0A7
Black with #BCB0A7
Text Example
Text Example
White with #BCB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0A7; }
p { color: rgb(188,176,167); }
H1.HeaderClassName
{
color: #BCB0A7;
}
.AnyTagClassName
{
color: #BCB0A7;
}
</style>
background-color css
<style>
a { background-color: #BCB0A7; }
a { background-color: rgb(188,176,167); }
div.DivClassName
{
background-color: #BCB0A7;
}
.BgClassName
{
background-color: #BCB0A7;
}
</style>
border-color css
<style>
span { border-color: #BCB0A7; }
span { border-color: rgb(188,176,167); }
td.TdClassName
{
border-color: #BCB0A7;
}
.TagClassName
{
border-color: #BCB0A7;
}
</style>