Shades of Tide #BFB2AC
Tints of Tide #BFB2AC
RGB
CMYK
RGB Variations
Color information
#BFB2AC (or 0xBFB2AC) is known color: Tide. HEX triplet: BF, B2 and AC. RGB value is (191,178,172). Sum of RGB (Red+Green+Blue) = 191+178+172=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2AC is #404D53. Grayscale: #B5B5B5. Windows color (decimal): -4214100 or 11317951. OLE color: 11317951.
HSL color Cylindrical-coordinate representation of color #BFB2AC: hue angle of 18.95º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB2AC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 172 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.25 |
| HSL | 18.95º | 0.13% | 0.71% | - |
| HSV(B) | 18.95º | 0.1% | 0.75% | - |
| XYZ | 44.85 | 45.9 | 45.52 | - |
| YUV | 181.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 172 | 0 | 0.07 | 0.10 | 0.25 | 18.95 | 0.13 | 0.71 |
| Hex | BF | B2 | AC | 0 | 7 | A | 19 | 13 | D | 47 |
| Octal | 277 | 262 | 254 | 0 | 7 | 12 | 31 | 23 | 15 | 107 |
| Binary | 10111111 | 10110010 | 10101100 | 0 | 111 | 1010 | 11001 | 10011 | 1101 | 1000111 |
Color Harmonies of #BFB2AC
Complementary color
Monochromatic Colors of #BFB2AC
Black with #BFB2AC
Text Example
Text Example
White with #BFB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2AC; }
p { color: rgb(191,178,172); }
H1.HeaderClassName
{
color: #BFB2AC;
}
.AnyTagClassName
{
color: #BFB2AC;
}
</style>
background-color css
<style>
a { background-color: #BFB2AC; }
a { background-color: rgb(191,178,172); }
div.DivClassName
{
background-color: #BFB2AC;
}
.BgClassName
{
background-color: #BFB2AC;
}
</style>
border-color css
<style>
span { border-color: #BFB2AC; }
span { border-color: rgb(191,178,172); }
td.TdClassName
{
border-color: #BFB2AC;
}
.TagClassName
{
border-color: #BFB2AC;
}
</style>