Shades of French Grey #B5B0C0
Tints of French Grey #B5B0C0
RGB
CMYK
RGB Variations
Color information
#B5B0C0 (or 0xB5B0C0) is known color: French Grey. HEX triplet: B5, B0 and C0. RGB value is (181,176,192). Sum of RGB (Red+Green+Blue) = 181+176+192=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #B5B0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0C0 is #4A4F3F. Grayscale: #B3B3B3. Windows color (decimal): -4869952 or 12628149. OLE color: 12628149.
HSL color Cylindrical-coordinate representation of color #B5B0C0: hue angle of 258.75º degrees, saturation: 0.11, 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 #B5B0C0 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 176 | 192 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.25 |
| HSL | 258.75º | 0.11% | 0.72% | - |
| HSV(B) | 258.75º | 0.08% | 0.75% | - |
| XYZ | 44.1 | 44.68 | 56.17 | - |
| YUV | 179.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 192 | 0.06 | 0.08 | 0 | 0.25 | 258.75 | 0.11 | 0.72 |
| Hex | B5 | B0 | C0 | 6 | 8 | 0 | 19 | 103 | B | 48 |
| Octal | 265 | 260 | 300 | 6 | 10 | 0 | 31 | 403 | 13 | 110 |
| Binary | 10110101 | 10110000 | 11000000 | 110 | 1000 | 0 | 11001 | 100000011 | 1011 | 1001000 |
Color Harmonies of #B5B0C0
Complementary color
Monochromatic Colors of #B5B0C0
Black with #B5B0C0
Text Example
Text Example
White with #B5B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0C0; }
p { color: rgb(181,176,192); }
H1.HeaderClassName
{
color: #B5B0C0;
}
.AnyTagClassName
{
color: #B5B0C0;
}
</style>
background-color css
<style>
a { background-color: #B5B0C0; }
a { background-color: rgb(181,176,192); }
div.DivClassName
{
background-color: #B5B0C0;
}
.BgClassName
{
background-color: #B5B0C0;
}
</style>
border-color css
<style>
span { border-color: #B5B0C0; }
span { border-color: rgb(181,176,192); }
td.TdClassName
{
border-color: #B5B0C0;
}
.TagClassName
{
border-color: #B5B0C0;
}
</style>