Shades of Tide #BDB2A6
Tints of Tide #BDB2A6
RGB
CMYK
RGB Variations
Color information
#BDB2A6 (or 0xBDB2A6) is known color: Tide. HEX triplet: BD, B2 and A6. RGB value is (189,178,166). Sum of RGB (Red+Green+Blue) = 189+178+166=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2A6 is #424D59. Grayscale: #B3B3B3. Windows color (decimal): -4345178 or 10924733. OLE color: 10924733.
HSL color Cylindrical-coordinate representation of color #BDB2A6: hue angle of 31.3º degrees, saturation: 0.15, 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 #BDB2A6 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 178 | 166 | - |
CMYK | 0 | 0.06 | 0.12 | 0.26 |
HSL | 31.3º | 0.15% | 0.7% | - |
HSV(B) | 31.3º | 0.12% | 0.74% | - |
XYZ | 43.79 | 45.41 | 42.53 | - |
YUV | 179.92 | 120.14 | 134.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 166 | 0 | 0.06 | 0.12 | 0.26 | 31.3 | 0.15 | 0.7 |
Hex | BD | B2 | A6 | 0 | 6 | C | 1A | 1F | F | 46 |
Octal | 275 | 262 | 246 | 0 | 6 | 14 | 32 | 37 | 17 | 106 |
Binary | 10111101 | 10110010 | 10100110 | 0 | 110 | 1100 | 11010 | 11111 | 1111 | 1000110 |
Color Harmonies of #BDB2A6
Complementary color
Monochromatic Colors of #BDB2A6
Black with #BDB2A6
Text Example
Text Example
White with #BDB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2A6; }
p { color: rgb(189,178,166); }
H1.HeaderClassName
{
color: #BDB2A6;
}
.AnyTagClassName
{
color: #BDB2A6;
}
</style>
background-color css
<style>
a { background-color: #BDB2A6; }
a { background-color: rgb(189,178,166); }
div.DivClassName
{
background-color: #BDB2A6;
}
.BgClassName
{
background-color: #BDB2A6;
}
</style>
border-color css
<style>
span { border-color: #BDB2A6; }
span { border-color: rgb(189,178,166); }
td.TdClassName
{
border-color: #BDB2A6;
}
.TagClassName
{
border-color: #BDB2A6;
}
</style>