Shades of Tide #BCB2AB
Tints of Tide #BCB2AB
RGB
CMYK
RGB Variations
Color information
#BCB2AB (or 0xBCB2AB) is known color: Tide. HEX triplet: BC, B2 and AB. RGB value is (188,178,171). Sum of RGB (Red+Green+Blue) = 188+178+171=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2AB is #434D54. Grayscale: #B4B4B4. Windows color (decimal): -4410709 or 11252412. OLE color: 11252412.
HSL color Cylindrical-coordinate representation of color #BCB2AB: hue angle of 24.71º 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 #BCB2AB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 171 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.26 |
| HSL | 24.71º | 0.11% | 0.7% | - |
| HSV(B) | 24.71º | 0.09% | 0.74% | - |
| XYZ | 44.01 | 45.47 | 44.99 | - |
| YUV | 180.19 | 122.81 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 171 | 0 | 0.05 | 0.09 | 0.26 | 24.71 | 0.11 | 0.7 |
| Hex | BC | B2 | AB | 0 | 5 | 9 | 1A | 19 | B | 46 |
| Octal | 274 | 262 | 253 | 0 | 5 | 11 | 32 | 31 | 13 | 106 |
| Binary | 10111100 | 10110010 | 10101011 | 0 | 101 | 1001 | 11010 | 11001 | 1011 | 1000110 |
Color Harmonies of #BCB2AB
Complementary color
Monochromatic Colors of #BCB2AB
Black with #BCB2AB
Text Example
Text Example
White with #BCB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2AB; }
p { color: rgb(188,178,171); }
H1.HeaderClassName
{
color: #BCB2AB;
}
.AnyTagClassName
{
color: #BCB2AB;
}
</style>
background-color css
<style>
a { background-color: #BCB2AB; }
a { background-color: rgb(188,178,171); }
div.DivClassName
{
background-color: #BCB2AB;
}
.BgClassName
{
background-color: #BCB2AB;
}
</style>
border-color css
<style>
span { border-color: #BCB2AB; }
span { border-color: rgb(188,178,171); }
td.TdClassName
{
border-color: #BCB2AB;
}
.TagClassName
{
border-color: #BCB2AB;
}
</style>