Shades of French Grey #B2B1B4
Tints of French Grey #B2B1B4
RGB
CMYK
RGB Variations
Color information
#B2B1B4 (or 0xB2B1B4) is known color: French Grey. HEX triplet: B2, B1 and B4. RGB value is (178,177,180). Sum of RGB (Red+Green+Blue) = 178+177+180=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 180 - color contains mainly: blue. Hex color #B2B1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1B4 is #4D4E4B. Grayscale: #B1B1B1. Windows color (decimal): -5066316 or 11841970. OLE color: 11841970.
HSL color Cylindrical-coordinate representation of color #B2B1B4: hue angle of 260º degrees, saturation: 0.02, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B2B1B4 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 177 | 180 | - |
CMYK | 0.01 | 0.02 | 0 | 0.29 |
HSL | 260º | 0.02% | 0.7% | - |
HSV(B) | 260º | 0.02% | 0.71% | - |
XYZ | 42.32 | 44.2 | 49.48 | - |
YUV | 177.64 | 129.33 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 177 | 180 | 0.01 | 0.02 | 0 | 0.29 | 260 | 0.02 | 0.7 |
Hex | B2 | B1 | B4 | 1 | 2 | 0 | 1D | 104 | 2 | 46 |
Octal | 262 | 261 | 264 | 1 | 2 | 0 | 35 | 404 | 2 | 106 |
Binary | 10110010 | 10110001 | 10110100 | 1 | 10 | 0 | 11101 | 100000100 | 10 | 1000110 |
Color Harmonies of #B2B1B4
Complementary color
Monochromatic Colors of #B2B1B4
Black with #B2B1B4
Text Example
Text Example
White with #B2B1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B1B4; }
p { color: rgb(178,177,180); }
H1.HeaderClassName
{
color: #B2B1B4;
}
.AnyTagClassName
{
color: #B2B1B4;
}
</style>
background-color css
<style>
a { background-color: #B2B1B4; }
a { background-color: rgb(178,177,180); }
div.DivClassName
{
background-color: #B2B1B4;
}
.BgClassName
{
background-color: #B2B1B4;
}
</style>
border-color css
<style>
span { border-color: #B2B1B4; }
span { border-color: rgb(178,177,180); }
td.TdClassName
{
border-color: #B2B1B4;
}
.TagClassName
{
border-color: #B2B1B4;
}
</style>