Shades of Tide #BFB2A6
Tints of Tide #BFB2A6
RGB
CMYK
RGB Variations
Color information
#BFB2A6 (or 0xBFB2A6) is known color: Tide. HEX triplet: BF, B2 and A6. RGB value is (191,178,166). Sum of RGB (Red+Green+Blue) = 191+178+166=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2A6 is #404D59. Grayscale: #B4B4B4. Windows color (decimal): -4214106 or 10924735. OLE color: 10924735.
HSL color Cylindrical-coordinate representation of color #BFB2A6: hue angle of 28.8º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB2A6 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 166 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.25 |
| HSL | 28.8º | 0.16% | 0.7% | - |
| HSV(B) | 28.8º | 0.13% | 0.75% | - |
| XYZ | 44.29 | 45.67 | 42.56 | - |
| YUV | 180.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 166 | 0 | 0.07 | 0.13 | 0.25 | 28.8 | 0.16 | 0.7 |
| Hex | BF | B2 | A6 | 0 | 7 | D | 19 | 1D | 10 | 46 |
| Octal | 277 | 262 | 246 | 0 | 7 | 15 | 31 | 35 | 20 | 106 |
| Binary | 10111111 | 10110010 | 10100110 | 0 | 111 | 1101 | 11001 | 11101 | 10000 | 1000110 |
Color Harmonies of #BFB2A6
Complementary color
Monochromatic Colors of #BFB2A6
Black with #BFB2A6
Text Example
Text Example
White with #BFB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2A6; }
p { color: rgb(191,178,166); }
H1.HeaderClassName
{
color: #BFB2A6;
}
.AnyTagClassName
{
color: #BFB2A6;
}
</style>
background-color css
<style>
a { background-color: #BFB2A6; }
a { background-color: rgb(191,178,166); }
div.DivClassName
{
background-color: #BFB2A6;
}
.BgClassName
{
background-color: #BFB2A6;
}
</style>
border-color css
<style>
span { border-color: #BFB2A6; }
span { border-color: rgb(191,178,166); }
td.TdClassName
{
border-color: #BFB2A6;
}
.TagClassName
{
border-color: #BFB2A6;
}
</style>