Shades of Tide #BDB4AC
Tints of Tide #BDB4AC
RGB
CMYK
RGB Variations
Color information
#BDB4AC (or 0xBDB4AC) is known color: Tide. HEX triplet: BD, B4 and AC. RGB value is (189,180,172). Sum of RGB (Red+Green+Blue) = 189+180+172=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4AC is #424B53. Grayscale: #B5B5B5. Windows color (decimal): -4344660 or 11318461. OLE color: 11318461.
HSL color Cylindrical-coordinate representation of color #BDB4AC: hue angle of 28.24º 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 #BDB4AC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 180 | 172 | - |
CMYK | 0 | 0.05 | 0.09 | 0.26 |
HSL | 28.24º | 0.11% | 0.71% | - |
HSV(B) | 28.24º | 0.09% | 0.74% | - |
XYZ | 44.75 | 46.44 | 45.63 | - |
YUV | 181.78 | 122.48 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 180 | 172 | 0 | 0.05 | 0.09 | 0.26 | 28.24 | 0.11 | 0.71 |
Hex | BD | B4 | AC | 0 | 5 | 9 | 1A | 1C | B | 47 |
Octal | 275 | 264 | 254 | 0 | 5 | 11 | 32 | 34 | 13 | 107 |
Binary | 10111101 | 10110100 | 10101100 | 0 | 101 | 1001 | 11010 | 11100 | 1011 | 1000111 |
Color Harmonies of #BDB4AC
Complementary color
Monochromatic Colors of #BDB4AC
Black with #BDB4AC
Text Example
Text Example
White with #BDB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4AC; }
p { color: rgb(189,180,172); }
H1.HeaderClassName
{
color: #BDB4AC;
}
.AnyTagClassName
{
color: #BDB4AC;
}
</style>
background-color css
<style>
a { background-color: #BDB4AC; }
a { background-color: rgb(189,180,172); }
div.DivClassName
{
background-color: #BDB4AC;
}
.BgClassName
{
background-color: #BDB4AC;
}
</style>
border-color css
<style>
span { border-color: #BDB4AC; }
span { border-color: rgb(189,180,172); }
td.TdClassName
{
border-color: #BDB4AC;
}
.TagClassName
{
border-color: #BDB4AC;
}
</style>