Shades of Tide #BCB4AA
Tints of Tide #BCB4AA
RGB
CMYK
RGB Variations
Color information
#BCB4AA (or 0xBCB4AA) is known color: Tide. HEX triplet: BC, B4 and AA. RGB value is (188,180,170). Sum of RGB (Red+Green+Blue) = 188+180+170=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB4AA is #434B55. Grayscale: #B5B5B5. Windows color (decimal): -4410198 or 11187388. OLE color: 11187388.
HSL color Cylindrical-coordinate representation of color #BCB4AA: hue angle of 33.33º 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 #BCB4AA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 170 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.26 |
| HSL | 33.33º | 0.12% | 0.7% | - |
| HSV(B) | 33.33º | 0.1% | 0.74% | - |
| XYZ | 44.32 | 46.24 | 44.62 | - |
| YUV | 181.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 170 | 0 | 0.04 | 0.10 | 0.26 | 33.33 | 0.12 | 0.7 |
| Hex | BC | B4 | AA | 0 | 4 | A | 1A | 21 | C | 46 |
| Octal | 274 | 264 | 252 | 0 | 4 | 12 | 32 | 41 | 14 | 106 |
| Binary | 10111100 | 10110100 | 10101010 | 0 | 100 | 1010 | 11010 | 100001 | 1100 | 1000110 |
Color Harmonies of #BCB4AA
Complementary color
Monochromatic Colors of #BCB4AA
Black with #BCB4AA
Text Example
Text Example
White with #BCB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4AA; }
p { color: rgb(188,180,170); }
H1.HeaderClassName
{
color: #BCB4AA;
}
.AnyTagClassName
{
color: #BCB4AA;
}
</style>
background-color css
<style>
a { background-color: #BCB4AA; }
a { background-color: rgb(188,180,170); }
div.DivClassName
{
background-color: #BCB4AA;
}
.BgClassName
{
background-color: #BCB4AA;
}
</style>
border-color css
<style>
span { border-color: #BCB4AA; }
span { border-color: rgb(188,180,170); }
td.TdClassName
{
border-color: #BCB4AA;
}
.TagClassName
{
border-color: #BCB4AA;
}
</style>