Shades of Tide #BDB8B4
Tints of Tide #BDB8B4
RGB
CMYK
RGB Variations
Color information
#BDB8B4 (or 0xBDB8B4) is known color: Tide. HEX triplet: BD, B8 and B4. RGB value is (189,184,180). Sum of RGB (Red+Green+Blue) = 189+184+180=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8B4 is #42474B. Grayscale: #B9B9B9. Windows color (decimal): -4343628 or 11843773. OLE color: 11843773.
HSL color Cylindrical-coordinate representation of color #BDB8B4: hue angle of 26.67º degrees, saturation: 0.06, 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 #BDB8B4 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 180 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.26 |
| HSL | 26.67º | 0.06% | 0.72% | - |
| HSV(B) | 26.67º | 0.05% | 0.74% | - |
| XYZ | 46.36 | 48.4 | 50.08 | - |
| YUV | 185.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 180 | 0 | 0.03 | 0.05 | 0.26 | 26.67 | 0.06 | 0.72 |
| Hex | BD | B8 | B4 | 0 | 3 | 5 | 1A | 1B | 6 | 48 |
| Octal | 275 | 270 | 264 | 0 | 3 | 5 | 32 | 33 | 6 | 110 |
| Binary | 10111101 | 10111000 | 10110100 | 0 | 11 | 101 | 11010 | 11011 | 110 | 1001000 |
Color Harmonies of #BDB8B4
Complementary color
Monochromatic Colors of #BDB8B4
Black with #BDB8B4
Text Example
Text Example
White with #BDB8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8B4; }
p { color: rgb(189,184,180); }
H1.HeaderClassName
{
color: #BDB8B4;
}
.AnyTagClassName
{
color: #BDB8B4;
}
</style>
background-color css
<style>
a { background-color: #BDB8B4; }
a { background-color: rgb(189,184,180); }
div.DivClassName
{
background-color: #BDB8B4;
}
.BgClassName
{
background-color: #BDB8B4;
}
</style>
border-color css
<style>
span { border-color: #BDB8B4; }
span { border-color: rgb(189,184,180); }
td.TdClassName
{
border-color: #BDB8B4;
}
.TagClassName
{
border-color: #BDB8B4;
}
</style>