Shades of Tide #BDB2AC
Tints of Tide #BDB2AC
RGB
CMYK
RGB Variations
Color information
#BDB2AC (or 0xBDB2AC) is known color: Tide. HEX triplet: BD, B2 and AC. RGB value is (189,178,172). Sum of RGB (Red+Green+Blue) = 189+178+172=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB2AC is #424D53. Grayscale: #B4B4B4. Windows color (decimal): -4345172 or 11317949. OLE color: 11317949.
HSL color Cylindrical-coordinate representation of color #BDB2AC: hue angle of 21.18º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDB2AC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 178 | 172 | - |
CMYK | 0 | 0.06 | 0.09 | 0.26 |
HSL | 21.18º | 0.11% | 0.71% | - |
HSV(B) | 21.18º | 0.09% | 0.74% | - |
XYZ | 44.35 | 45.64 | 45.5 | - |
YUV | 180.61 | 123.14 | 133.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 178 | 172 | 0 | 0.06 | 0.09 | 0.26 | 21.18 | 0.11 | 0.71 |
Hex | BD | B2 | AC | 0 | 6 | 9 | 1A | 15 | B | 47 |
Octal | 275 | 262 | 254 | 0 | 6 | 11 | 32 | 25 | 13 | 107 |
Binary | 10111101 | 10110010 | 10101100 | 0 | 110 | 1001 | 11010 | 10101 | 1011 | 1000111 |
Color Harmonies of #BDB2AC
Complementary color
Monochromatic Colors of #BDB2AC
Black with #BDB2AC
Text Example
Text Example
White with #BDB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2AC; }
p { color: rgb(189,178,172); }
H1.HeaderClassName
{
color: #BDB2AC;
}
.AnyTagClassName
{
color: #BDB2AC;
}
</style>
background-color css
<style>
a { background-color: #BDB2AC; }
a { background-color: rgb(189,178,172); }
div.DivClassName
{
background-color: #BDB2AC;
}
.BgClassName
{
background-color: #BDB2AC;
}
</style>
border-color css
<style>
span { border-color: #BDB2AC; }
span { border-color: rgb(189,178,172); }
td.TdClassName
{
border-color: #BDB2AC;
}
.TagClassName
{
border-color: #BDB2AC;
}
</style>