Shades of Tide #BDB4AB
Tints of Tide #BDB4AB
RGB
CMYK
RGB Variations
Color information
#BDB4AB (or 0xBDB4AB) is known color: Tide. HEX triplet: BD, B4 and AB. RGB value is (189,180,171). Sum of RGB (Red+Green+Blue) = 189+180+171=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4AB is #424B54. Grayscale: #B5B5B5. Windows color (decimal): -4344661 or 11252925. OLE color: 11252925.
HSL color Cylindrical-coordinate representation of color #BDB4AB: hue angle of 30º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB4AB is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 171 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.26 |
| HSL | 30º | 0.12% | 0.71% | - |
| HSV(B) | 30º | 0.1% | 0.74% | - |
| XYZ | 44.66 | 46.4 | 45.13 | - |
| YUV | 181.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 171 | 0 | 0.05 | 0.10 | 0.26 | 30 | 0.12 | 0.71 |
| Hex | BD | B4 | AB | 0 | 5 | A | 1A | 1E | C | 47 |
| Octal | 275 | 264 | 253 | 0 | 5 | 12 | 32 | 36 | 14 | 107 |
| Binary | 10111101 | 10110100 | 10101011 | 0 | 101 | 1010 | 11010 | 11110 | 1100 | 1000111 |
Color Harmonies of #BDB4AB
Complementary color
Monochromatic Colors of #BDB4AB
Black with #BDB4AB
Text Example
Text Example
White with #BDB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4AB; }
p { color: rgb(189,180,171); }
H1.HeaderClassName
{
color: #BDB4AB;
}
.AnyTagClassName
{
color: #BDB4AB;
}
</style>
background-color css
<style>
a { background-color: #BDB4AB; }
a { background-color: rgb(189,180,171); }
div.DivClassName
{
background-color: #BDB4AB;
}
.BgClassName
{
background-color: #BDB4AB;
}
</style>
border-color css
<style>
span { border-color: #BDB4AB; }
span { border-color: rgb(189,180,171); }
td.TdClassName
{
border-color: #BDB4AB;
}
.TagClassName
{
border-color: #BDB4AB;
}
</style>