Shades of Tide #BEB7B0
Tints of Tide #BEB7B0
RGB
CMYK
RGB Variations
Color information
#BEB7B0 (or 0xBEB7B0) is known color: Tide. HEX triplet: BE, B7 and B0. RGB value is (190,183,176). Sum of RGB (Red+Green+Blue) = 190+183+176=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB7B0 is #41484F. Grayscale: #B8B8B8. Windows color (decimal): -4278352 or 11581374. OLE color: 11581374.
HSL color Cylindrical-coordinate representation of color #BEB7B0: hue angle of 30º degrees, saturation: 0.1, 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 #BEB7B0 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 183 | 176 | - |
CMYK | 0 | 0.04 | 0.07 | 0.25 |
HSL | 30º | 0.1% | 0.72% | - |
HSV(B) | 30º | 0.07% | 0.75% | - |
XYZ | 46.01 | 47.95 | 47.9 | - |
YUV | 184.3 | 123.32 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 183 | 176 | 0 | 0.04 | 0.07 | 0.25 | 30 | 0.1 | 0.72 |
Hex | BE | B7 | B0 | 0 | 4 | 7 | 19 | 1E | A | 48 |
Octal | 276 | 267 | 260 | 0 | 4 | 7 | 31 | 36 | 12 | 110 |
Binary | 10111110 | 10110111 | 10110000 | 0 | 100 | 111 | 11001 | 11110 | 1010 | 1001000 |
Color Harmonies of #BEB7B0
Complementary color
Monochromatic Colors of #BEB7B0
Black with #BEB7B0
Text Example
Text Example
White with #BEB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB7B0; }
p { color: rgb(190,183,176); }
H1.HeaderClassName
{
color: #BEB7B0;
}
.AnyTagClassName
{
color: #BEB7B0;
}
</style>
background-color css
<style>
a { background-color: #BEB7B0; }
a { background-color: rgb(190,183,176); }
div.DivClassName
{
background-color: #BEB7B0;
}
.BgClassName
{
background-color: #BEB7B0;
}
</style>
border-color css
<style>
span { border-color: #BEB7B0; }
span { border-color: rgb(190,183,176); }
td.TdClassName
{
border-color: #BEB7B0;
}
.TagClassName
{
border-color: #BEB7B0;
}
</style>