Shades of Tide #BDB2AA
Tints of Tide #BDB2AA
RGB
CMYK
RGB Variations
Color information
#BDB2AA (or 0xBDB2AA) is known color: Tide. HEX triplet: BD, B2 and AA. RGB value is (189,178,170). Sum of RGB (Red+Green+Blue) = 189+178+170=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2AA is #424D55. Grayscale: #B4B4B4. Windows color (decimal): -4345174 or 11186877. OLE color: 11186877.
HSL color Cylindrical-coordinate representation of color #BDB2AA: hue angle of 25.26º degrees, saturation: 0.13, 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 #BDB2AA is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 170 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.26 |
| HSL | 25.26º | 0.13% | 0.7% | - |
| HSV(B) | 25.26º | 0.1% | 0.74% | - |
| XYZ | 44.16 | 45.56 | 44.5 | - |
| YUV | 180.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 170 | 0 | 0.06 | 0.10 | 0.26 | 25.26 | 0.13 | 0.7 |
| Hex | BD | B2 | AA | 0 | 6 | A | 1A | 19 | D | 46 |
| Octal | 275 | 262 | 252 | 0 | 6 | 12 | 32 | 31 | 15 | 106 |
| Binary | 10111101 | 10110010 | 10101010 | 0 | 110 | 1010 | 11010 | 11001 | 1101 | 1000110 |
Color Harmonies of #BDB2AA
Complementary color
Monochromatic Colors of #BDB2AA
Black with #BDB2AA
Text Example
Text Example
White with #BDB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2AA; }
p { color: rgb(189,178,170); }
H1.HeaderClassName
{
color: #BDB2AA;
}
.AnyTagClassName
{
color: #BDB2AA;
}
</style>
background-color css
<style>
a { background-color: #BDB2AA; }
a { background-color: rgb(189,178,170); }
div.DivClassName
{
background-color: #BDB2AA;
}
.BgClassName
{
background-color: #BDB2AA;
}
</style>
border-color css
<style>
span { border-color: #BDB2AA; }
span { border-color: rgb(189,178,170); }
td.TdClassName
{
border-color: #BDB2AA;
}
.TagClassName
{
border-color: #BDB2AA;
}
</style>