Shades of Tide #BEB5B1
Tints of Tide #BEB5B1
RGB
CMYK
RGB Variations
Color information
#BEB5B1 (or 0xBEB5B1) is known color: Tide. HEX triplet: BE, B5 and B1. RGB value is (190,181,177). Sum of RGB (Red+Green+Blue) = 190+181+177=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5B1 is #414A4E. Grayscale: #B7B7B7. Windows color (decimal): -4278863 or 11646398. OLE color: 11646398.
HSL color Cylindrical-coordinate representation of color #BEB5B1: hue angle of 18.46º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEB5B1 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 181 | 177 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.25 |
| HSL | 18.46º | 0.09% | 0.72% | - |
| HSV(B) | 18.46º | 0.07% | 0.75% | - |
| XYZ | 45.69 | 47.17 | 48.29 | - |
| YUV | 183.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 181 | 177 | 0 | 0.05 | 0.07 | 0.25 | 18.46 | 0.09 | 0.72 |
| Hex | BE | B5 | B1 | 0 | 5 | 7 | 19 | 12 | 9 | 48 |
| Octal | 276 | 265 | 261 | 0 | 5 | 7 | 31 | 22 | 11 | 110 |
| Binary | 10111110 | 10110101 | 10110001 | 0 | 101 | 111 | 11001 | 10010 | 1001 | 1001000 |
Color Harmonies of #BEB5B1
Complementary color
Monochromatic Colors of #BEB5B1
Black with #BEB5B1
Text Example
Text Example
White with #BEB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5B1; }
p { color: rgb(190,181,177); }
H1.HeaderClassName
{
color: #BEB5B1;
}
.AnyTagClassName
{
color: #BEB5B1;
}
</style>
background-color css
<style>
a { background-color: #BEB5B1; }
a { background-color: rgb(190,181,177); }
div.DivClassName
{
background-color: #BEB5B1;
}
.BgClassName
{
background-color: #BEB5B1;
}
</style>
border-color css
<style>
span { border-color: #BEB5B1; }
span { border-color: rgb(190,181,177); }
td.TdClassName
{
border-color: #BEB5B1;
}
.TagClassName
{
border-color: #BEB5B1;
}
</style>