Shades of Tide #BDB8B2
Tints of Tide #BDB8B2
RGB
CMYK
RGB Variations
Color information
#BDB8B2 (or 0xBDB8B2) is known color: Tide. HEX triplet: BD, B8 and B2. RGB value is (189,184,178). Sum of RGB (Red+Green+Blue) = 189+184+178=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8B2 is #42474D. Grayscale: #B8B8B8. Windows color (decimal): -4343630 or 11712701. OLE color: 11712701.
HSL color Cylindrical-coordinate representation of color #BDB8B2: hue angle of 32.73º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDB8B2 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 184 | 178 | - |
CMYK | 0 | 0.03 | 0.06 | 0.26 |
HSL | 32.73º | 0.08% | 0.72% | - |
HSV(B) | 32.73º | 0.06% | 0.74% | - |
XYZ | 46.16 | 48.31 | 49.01 | - |
YUV | 184.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 184 | 178 | 0 | 0.03 | 0.06 | 0.26 | 32.73 | 0.08 | 0.72 |
Hex | BD | B8 | B2 | 0 | 3 | 6 | 1A | 21 | 8 | 48 |
Octal | 275 | 270 | 262 | 0 | 3 | 6 | 32 | 41 | 10 | 110 |
Binary | 10111101 | 10111000 | 10110010 | 0 | 11 | 110 | 11010 | 100001 | 1000 | 1001000 |
Color Harmonies of #BDB8B2
Complementary color
Monochromatic Colors of #BDB8B2
Black with #BDB8B2
Text Example
Text Example
White with #BDB8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8B2; }
p { color: rgb(189,184,178); }
H1.HeaderClassName
{
color: #BDB8B2;
}
.AnyTagClassName
{
color: #BDB8B2;
}
</style>
background-color css
<style>
a { background-color: #BDB8B2; }
a { background-color: rgb(189,184,178); }
div.DivClassName
{
background-color: #BDB8B2;
}
.BgClassName
{
background-color: #BDB8B2;
}
</style>
border-color css
<style>
span { border-color: #BDB8B2; }
span { border-color: rgb(189,184,178); }
td.TdClassName
{
border-color: #BDB8B2;
}
.TagClassName
{
border-color: #BDB8B2;
}
</style>