Shades of French Grey #B4B1BB
Tints of French Grey #B4B1BB
RGB
CMYK
RGB Variations
Color information
#B4B1BB (or 0xB4B1BB) is known color: French Grey. HEX triplet: B4, B1 and BB. RGB value is (180,177,187). Sum of RGB (Red+Green+Blue) = 180+177+187=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B1BB is #4B4E44. Grayscale: #B3B3B3. Windows color (decimal): -4935237 or 12300724. OLE color: 12300724.
HSL color Cylindrical-coordinate representation of color #B4B1BB: hue angle of 258º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B4B1BB is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 180 | 177 | 187 | - |
CMYK | 0.04 | 0.05 | 0 | 0.27 |
HSL | 258º | 0.07% | 0.71% | - |
HSV(B) | 258º | 0.05% | 0.73% | - |
XYZ | 43.51 | 44.74 | 53.36 | - |
YUV | 179.04 | 132.49 | 128.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 177 | 187 | 0.04 | 0.05 | 0 | 0.27 | 258 | 0.07 | 0.71 |
Hex | B4 | B1 | BB | 4 | 5 | 0 | 1B | 102 | 7 | 47 |
Octal | 264 | 261 | 273 | 4 | 5 | 0 | 33 | 402 | 7 | 107 |
Binary | 10110100 | 10110001 | 10111011 | 100 | 101 | 0 | 11011 | 100000010 | 111 | 1000111 |
Color Harmonies of #B4B1BB
Complementary color
Monochromatic Colors of #B4B1BB
Black with #B4B1BB
Text Example
Text Example
White with #B4B1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B1BB; }
p { color: rgb(180,177,187); }
H1.HeaderClassName
{
color: #B4B1BB;
}
.AnyTagClassName
{
color: #B4B1BB;
}
</style>
background-color css
<style>
a { background-color: #B4B1BB; }
a { background-color: rgb(180,177,187); }
div.DivClassName
{
background-color: #B4B1BB;
}
.BgClassName
{
background-color: #B4B1BB;
}
</style>
border-color css
<style>
span { border-color: #B4B1BB; }
span { border-color: rgb(180,177,187); }
td.TdClassName
{
border-color: #B4B1BB;
}
.TagClassName
{
border-color: #B4B1BB;
}
</style>