Shades of Tide #BDB0A7
Tints of Tide #BDB0A7
RGB
CMYK
RGB Variations
Color information
#BDB0A7 (or 0xBDB0A7) is known color: Tide. HEX triplet: BD, B0 and A7. RGB value is (189,176,167). Sum of RGB (Red+Green+Blue) = 189+176+167=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0A7 is #424F58. Grayscale: #B2B2B2. Windows color (decimal): -4345689 or 10989757. OLE color: 10989757.
HSL color Cylindrical-coordinate representation of color #BDB0A7: hue angle of 24.55º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB0A7 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 167 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.26 |
| HSL | 24.55º | 0.14% | 0.7% | - |
| HSV(B) | 24.55º | 0.12% | 0.74% | - |
| XYZ | 43.49 | 44.66 | 42.89 | - |
| YUV | 178.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 167 | 0 | 0.07 | 0.12 | 0.26 | 24.55 | 0.14 | 0.7 |
| Hex | BD | B0 | A7 | 0 | 7 | C | 1A | 19 | E | 46 |
| Octal | 275 | 260 | 247 | 0 | 7 | 14 | 32 | 31 | 16 | 106 |
| Binary | 10111101 | 10110000 | 10100111 | 0 | 111 | 1100 | 11010 | 11001 | 1110 | 1000110 |
Color Harmonies of #BDB0A7
Complementary color
Monochromatic Colors of #BDB0A7
Black with #BDB0A7
Text Example
Text Example
White with #BDB0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0A7; }
p { color: rgb(189,176,167); }
H1.HeaderClassName
{
color: #BDB0A7;
}
.AnyTagClassName
{
color: #BDB0A7;
}
</style>
background-color css
<style>
a { background-color: #BDB0A7; }
a { background-color: rgb(189,176,167); }
div.DivClassName
{
background-color: #BDB0A7;
}
.BgClassName
{
background-color: #BDB0A7;
}
</style>
border-color css
<style>
span { border-color: #BDB0A7; }
span { border-color: rgb(189,176,167); }
td.TdClassName
{
border-color: #BDB0A7;
}
.TagClassName
{
border-color: #BDB0A7;
}
</style>