Shades of Tide #BEB1A8
Tints of Tide #BEB1A8
RGB
CMYK
RGB Variations
Color information
#BEB1A8 (or 0xBEB1A8) is known color: Tide. HEX triplet: BE, B1 and A8. RGB value is (190,177,168). Sum of RGB (Red+Green+Blue) = 190+177+168=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB1A8 is #414E57. Grayscale: #B3B3B3. Windows color (decimal): -4279896 or 11055550. OLE color: 11055550.
HSL color Cylindrical-coordinate representation of color #BEB1A8: hue angle of 24.55º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB1A8 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 168 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.25 |
| HSL | 24.55º | 0.14% | 0.7% | - |
| HSV(B) | 24.55º | 0.12% | 0.75% | - |
| XYZ | 44.03 | 45.22 | 43.45 | - |
| YUV | 179.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 168 | 0 | 0.07 | 0.12 | 0.25 | 24.55 | 0.14 | 0.7 |
| Hex | BE | B1 | A8 | 0 | 7 | C | 19 | 19 | E | 46 |
| Octal | 276 | 261 | 250 | 0 | 7 | 14 | 31 | 31 | 16 | 106 |
| Binary | 10111110 | 10110001 | 10101000 | 0 | 111 | 1100 | 11001 | 11001 | 1110 | 1000110 |
Color Harmonies of #BEB1A8
Complementary color
Monochromatic Colors of #BEB1A8
Black with #BEB1A8
Text Example
Text Example
White with #BEB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB1A8; }
p { color: rgb(190,177,168); }
H1.HeaderClassName
{
color: #BEB1A8;
}
.AnyTagClassName
{
color: #BEB1A8;
}
</style>
background-color css
<style>
a { background-color: #BEB1A8; }
a { background-color: rgb(190,177,168); }
div.DivClassName
{
background-color: #BEB1A8;
}
.BgClassName
{
background-color: #BEB1A8;
}
</style>
border-color css
<style>
span { border-color: #BEB1A8; }
span { border-color: rgb(190,177,168); }
td.TdClassName
{
border-color: #BEB1A8;
}
.TagClassName
{
border-color: #BEB1A8;
}
</style>