Shades of Tide #BEB7B1
Tints of Tide #BEB7B1
RGB
CMYK
RGB Variations
Color information
#BEB7B1 (or 0xBEB7B1) is known color: Tide. HEX triplet: BE, B7 and B1. RGB value is (190,183,177). Sum of RGB (Red+Green+Blue) = 190+183+177=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7B1 is #41484E. Grayscale: #B8B8B8. Windows color (decimal): -4278351 or 11646910. OLE color: 11646910.
HSL color Cylindrical-coordinate representation of color #BEB7B1: hue angle of 27.69º 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 #BEB7B1 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 183 | 177 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.25 |
| HSL | 27.69º | 0.09% | 0.72% | - |
| HSV(B) | 27.69º | 0.07% | 0.75% | - |
| XYZ | 46.1 | 47.99 | 48.43 | - |
| YUV | 184.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 183 | 177 | 0 | 0.04 | 0.07 | 0.25 | 27.69 | 0.09 | 0.72 |
| Hex | BE | B7 | B1 | 0 | 4 | 7 | 19 | 1C | 9 | 48 |
| Octal | 276 | 267 | 261 | 0 | 4 | 7 | 31 | 34 | 11 | 110 |
| Binary | 10111110 | 10110111 | 10110001 | 0 | 100 | 111 | 11001 | 11100 | 1001 | 1001000 |
Color Harmonies of #BEB7B1
Complementary color
Monochromatic Colors of #BEB7B1
Black with #BEB7B1
Text Example
Text Example
White with #BEB7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7B1; }
p { color: rgb(190,183,177); }
H1.HeaderClassName
{
color: #BEB7B1;
}
.AnyTagClassName
{
color: #BEB7B1;
}
</style>
background-color css
<style>
a { background-color: #BEB7B1; }
a { background-color: rgb(190,183,177); }
div.DivClassName
{
background-color: #BEB7B1;
}
.BgClassName
{
background-color: #BEB7B1;
}
</style>
border-color css
<style>
span { border-color: #BEB7B1; }
span { border-color: rgb(190,183,177); }
td.TdClassName
{
border-color: #BEB7B1;
}
.TagClassName
{
border-color: #BEB7B1;
}
</style>