Shades of Tide #BFB8B0
Tints of Tide #BFB8B0
RGB
CMYK
RGB Variations
Color information
#BFB8B0 (or 0xBFB8B0) is known color: Tide. HEX triplet: BF, B8 and B0. RGB value is (191,184,176). Sum of RGB (Red+Green+Blue) = 191+184+176=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB8B0 is #40474F. Grayscale: #B9B9B9. Windows color (decimal): -4212560 or 11581631. OLE color: 11581631.
HSL color Cylindrical-coordinate representation of color #BFB8B0: hue angle of 32º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB8B0 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 176 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.25 |
| HSL | 32º | 0.1% | 0.72% | - |
| HSV(B) | 32º | 0.08% | 0.75% | - |
| XYZ | 46.46 | 48.49 | 47.99 | - |
| YUV | 185.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 176 | 0 | 0.04 | 0.08 | 0.25 | 32 | 0.1 | 0.72 |
| Hex | BF | B8 | B0 | 0 | 4 | 8 | 19 | 20 | A | 48 |
| Octal | 277 | 270 | 260 | 0 | 4 | 10 | 31 | 40 | 12 | 110 |
| Binary | 10111111 | 10111000 | 10110000 | 0 | 100 | 1000 | 11001 | 100000 | 1010 | 1001000 |
Color Harmonies of #BFB8B0
Complementary color
Monochromatic Colors of #BFB8B0
Black with #BFB8B0
Text Example
Text Example
White with #BFB8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8B0; }
p { color: rgb(191,184,176); }
H1.HeaderClassName
{
color: #BFB8B0;
}
.AnyTagClassName
{
color: #BFB8B0;
}
</style>
background-color css
<style>
a { background-color: #BFB8B0; }
a { background-color: rgb(191,184,176); }
div.DivClassName
{
background-color: #BFB8B0;
}
.BgClassName
{
background-color: #BFB8B0;
}
</style>
border-color css
<style>
span { border-color: #BFB8B0; }
span { border-color: rgb(191,184,176); }
td.TdClassName
{
border-color: #BFB8B0;
}
.TagClassName
{
border-color: #BFB8B0;
}
</style>