Shades of Tide #BDB4B0
Tints of Tide #BDB4B0
RGB
CMYK
RGB Variations
Color information
#BDB4B0 (or 0xBDB4B0) is known color: Tide. HEX triplet: BD, B4 and B0. RGB value is (189,180,176). Sum of RGB (Red+Green+Blue) = 189+180+176=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4B0 is #424B4F. Grayscale: #B6B6B6. Windows color (decimal): -4344656 or 11580605. OLE color: 11580605.
HSL color Cylindrical-coordinate representation of color #BDB4B0: hue angle of 18.46º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB4B0 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 180 | 176 | - |
CMYK | 0 | 0.05 | 0.07 | 0.26 |
HSL | 18.46º | 0.09% | 0.72% | - |
HSV(B) | 18.46º | 0.07% | 0.74% | - |
XYZ | 45.14 | 46.6 | 47.69 | - |
YUV | 182.24 | 124.48 | 132.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 180 | 176 | 0 | 0.05 | 0.07 | 0.26 | 18.46 | 0.09 | 0.72 |
Hex | BD | B4 | B0 | 0 | 5 | 7 | 1A | 12 | 9 | 48 |
Octal | 275 | 264 | 260 | 0 | 5 | 7 | 32 | 22 | 11 | 110 |
Binary | 10111101 | 10110100 | 10110000 | 0 | 101 | 111 | 11010 | 10010 | 1001 | 1001000 |
Color Harmonies of #BDB4B0
Complementary color
Monochromatic Colors of #BDB4B0
Black with #BDB4B0
Text Example
Text Example
White with #BDB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4B0; }
p { color: rgb(189,180,176); }
H1.HeaderClassName
{
color: #BDB4B0;
}
.AnyTagClassName
{
color: #BDB4B0;
}
</style>
background-color css
<style>
a { background-color: #BDB4B0; }
a { background-color: rgb(189,180,176); }
div.DivClassName
{
background-color: #BDB4B0;
}
.BgClassName
{
background-color: #BDB4B0;
}
</style>
border-color css
<style>
span { border-color: #BDB4B0; }
span { border-color: rgb(189,180,176); }
td.TdClassName
{
border-color: #BDB4B0;
}
.TagClassName
{
border-color: #BDB4B0;
}
</style>