Shades of French Grey #B5B0BF
Tints of French Grey #B5B0BF
RGB
CMYK
RGB Variations
Color information
#B5B0BF (or 0xB5B0BF) is known color: French Grey. HEX triplet: B5, B0 and BF. RGB value is (181,176,191). Sum of RGB (Red+Green+Blue) = 181+176+191=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0BF is #4A4F40. Grayscale: #B3B3B3. Windows color (decimal): -4869953 or 12562613. OLE color: 12562613.
HSL color Cylindrical-coordinate representation of color #B5B0BF: hue angle of 260º 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 #B5B0BF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 176 | 191 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.25 |
| HSL | 260º | 0.1% | 0.72% | - |
| HSV(B) | 260º | 0.08% | 0.75% | - |
| XYZ | 43.99 | 44.64 | 55.59 | - |
| YUV | 179.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 191 | 0.05 | 0.08 | 0 | 0.25 | 260 | 0.1 | 0.72 |
| Hex | B5 | B0 | BF | 5 | 8 | 0 | 19 | 104 | A | 48 |
| Octal | 265 | 260 | 277 | 5 | 10 | 0 | 31 | 404 | 12 | 110 |
| Binary | 10110101 | 10110000 | 10111111 | 101 | 1000 | 0 | 11001 | 100000100 | 1010 | 1001000 |
Color Harmonies of #B5B0BF
Complementary color
Monochromatic Colors of #B5B0BF
Black with #B5B0BF
Text Example
Text Example
White with #B5B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0BF; }
p { color: rgb(181,176,191); }
H1.HeaderClassName
{
color: #B5B0BF;
}
.AnyTagClassName
{
color: #B5B0BF;
}
</style>
background-color css
<style>
a { background-color: #B5B0BF; }
a { background-color: rgb(181,176,191); }
div.DivClassName
{
background-color: #B5B0BF;
}
.BgClassName
{
background-color: #B5B0BF;
}
</style>
border-color css
<style>
span { border-color: #B5B0BF; }
span { border-color: rgb(181,176,191); }
td.TdClassName
{
border-color: #B5B0BF;
}
.TagClassName
{
border-color: #B5B0BF;
}
</style>