Shades of Tide #BEB2AC
Tints of Tide #BEB2AC
RGB
CMYK
RGB Variations
Color information
#BEB2AC (or 0xBEB2AC) is known color: Tide. HEX triplet: BE, B2 and AC. RGB value is (190,178,172). Sum of RGB (Red+Green+Blue) = 190+178+172=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2AC is #414D53. Grayscale: #B4B4B4. Windows color (decimal): -4279636 or 11317950. OLE color: 11317950.
HSL color Cylindrical-coordinate representation of color #BEB2AC: hue angle of 20º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEB2AC is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 178 | 172 | - |
CMYK | 0 | 0.06 | 0.09 | 0.25 |
HSL | 20º | 0.12% | 0.71% | - |
HSV(B) | 20º | 0.09% | 0.75% | - |
XYZ | 44.6 | 45.77 | 45.51 | - |
YUV | 180.9 | 122.98 | 134.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 178 | 172 | 0 | 0.06 | 0.09 | 0.25 | 20 | 0.12 | 0.71 |
Hex | BE | B2 | AC | 0 | 6 | 9 | 19 | 14 | C | 47 |
Octal | 276 | 262 | 254 | 0 | 6 | 11 | 31 | 24 | 14 | 107 |
Binary | 10111110 | 10110010 | 10101100 | 0 | 110 | 1001 | 11001 | 10100 | 1100 | 1000111 |
Color Harmonies of #BEB2AC
Complementary color
Monochromatic Colors of #BEB2AC
Black with #BEB2AC
Text Example
Text Example
White with #BEB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB2AC; }
p { color: rgb(190,178,172); }
H1.HeaderClassName
{
color: #BEB2AC;
}
.AnyTagClassName
{
color: #BEB2AC;
}
</style>
background-color css
<style>
a { background-color: #BEB2AC; }
a { background-color: rgb(190,178,172); }
div.DivClassName
{
background-color: #BEB2AC;
}
.BgClassName
{
background-color: #BEB2AC;
}
</style>
border-color css
<style>
span { border-color: #BEB2AC; }
span { border-color: rgb(190,178,172); }
td.TdClassName
{
border-color: #BEB2AC;
}
.TagClassName
{
border-color: #BEB2AC;
}
</style>