Shades of Tide #BCB4A9
Tints of Tide #BCB4A9
RGB
CMYK
RGB Variations
Color information
#BCB4A9 (or 0xBCB4A9) is known color: Tide. HEX triplet: BC, B4 and A9. RGB value is (188,180,169). Sum of RGB (Red+Green+Blue) = 188+180+169=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB4A9 is #434B56. Grayscale: #B5B5B5. Windows color (decimal): -4410199 or 11121852. OLE color: 11121852.
HSL color Cylindrical-coordinate representation of color #BCB4A9: hue angle of 34.74º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB4A9 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 169 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.26 |
| HSL | 34.74º | 0.12% | 0.7% | - |
| HSV(B) | 34.74º | 0.1% | 0.74% | - |
| XYZ | 44.22 | 46.2 | 44.12 | - |
| YUV | 181.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 169 | 0 | 0.04 | 0.10 | 0.26 | 34.74 | 0.12 | 0.7 |
| Hex | BC | B4 | A9 | 0 | 4 | A | 1A | 23 | C | 46 |
| Octal | 274 | 264 | 251 | 0 | 4 | 12 | 32 | 43 | 14 | 106 |
| Binary | 10111100 | 10110100 | 10101001 | 0 | 100 | 1010 | 11010 | 100011 | 1100 | 1000110 |
Color Harmonies of #BCB4A9
Complementary color
Monochromatic Colors of #BCB4A9
Black with #BCB4A9
Text Example
Text Example
White with #BCB4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4A9; }
p { color: rgb(188,180,169); }
H1.HeaderClassName
{
color: #BCB4A9;
}
.AnyTagClassName
{
color: #BCB4A9;
}
</style>
background-color css
<style>
a { background-color: #BCB4A9; }
a { background-color: rgb(188,180,169); }
div.DivClassName
{
background-color: #BCB4A9;
}
.BgClassName
{
background-color: #BCB4A9;
}
</style>
border-color css
<style>
span { border-color: #BCB4A9; }
span { border-color: rgb(188,180,169); }
td.TdClassName
{
border-color: #BCB4A9;
}
.TagClassName
{
border-color: #BCB4A9;
}
</style>