Shades of Tide #BDB8B3
Tints of Tide #BDB8B3
RGB
CMYK
RGB Variations
Color information
#BDB8B3 (or 0xBDB8B3) is known color: Tide. HEX triplet: BD, B8 and B3. RGB value is (189,184,179). Sum of RGB (Red+Green+Blue) = 189+184+179=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8B3 is #42474C. Grayscale: #B8B8B8. Windows color (decimal): -4343629 or 11778237. OLE color: 11778237.
HSL color Cylindrical-coordinate representation of color #BDB8B3: hue angle of 30º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDB8B3 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 179 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.26 |
| HSL | 30º | 0.07% | 0.72% | - |
| HSV(B) | 30º | 0.05% | 0.74% | - |
| XYZ | 46.26 | 48.35 | 49.54 | - |
| YUV | 184.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 179 | 0 | 0.03 | 0.05 | 0.26 | 30 | 0.07 | 0.72 |
| Hex | BD | B8 | B3 | 0 | 3 | 5 | 1A | 1E | 7 | 48 |
| Octal | 275 | 270 | 263 | 0 | 3 | 5 | 32 | 36 | 7 | 110 |
| Binary | 10111101 | 10111000 | 10110011 | 0 | 11 | 101 | 11010 | 11110 | 111 | 1001000 |
Color Harmonies of #BDB8B3
Complementary color
Monochromatic Colors of #BDB8B3
Black with #BDB8B3
Text Example
Text Example
White with #BDB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8B3; }
p { color: rgb(189,184,179); }
H1.HeaderClassName
{
color: #BDB8B3;
}
.AnyTagClassName
{
color: #BDB8B3;
}
</style>
background-color css
<style>
a { background-color: #BDB8B3; }
a { background-color: rgb(189,184,179); }
div.DivClassName
{
background-color: #BDB8B3;
}
.BgClassName
{
background-color: #BDB8B3;
}
</style>
border-color css
<style>
span { border-color: #BDB8B3; }
span { border-color: rgb(189,184,179); }
td.TdClassName
{
border-color: #BDB8B3;
}
.TagClassName
{
border-color: #BDB8B3;
}
</style>