Shades of French Grey #B4B2B6
Tints of French Grey #B4B2B6
RGB
CMYK
RGB Variations
Color information
#B4B2B6 (or 0xB4B2B6) is known color: French Grey. HEX triplet: B4, B2 and B6. RGB value is (180,178,182). Sum of RGB (Red+Green+Blue) = 180+178+182=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 182 - color contains mainly: blue. Hex color #B4B2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B2B6 is #4B4D49. Grayscale: #B3B3B3. Windows color (decimal): -4934986 or 11973300. OLE color: 11973300.
HSL color Cylindrical-coordinate representation of color #B4B2B6: hue angle of 270º degrees, saturation: 0.03, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B4B2B6 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 178 | 182 | - |
CMYK | 0.01 | 0.02 | 0 | 0.29 |
HSL | 270º | 0.03% | 0.71% | - |
HSV(B) | 270º | 0.02% | 0.71% | - |
XYZ | 43.19 | 44.92 | 50.65 | - |
YUV | 179.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 178 | 182 | 0.01 | 0.02 | 0 | 0.29 | 270 | 0.03 | 0.71 |
Hex | B4 | B2 | B6 | 1 | 2 | 0 | 1D | 10E | 3 | 47 |
Octal | 264 | 262 | 266 | 1 | 2 | 0 | 35 | 416 | 3 | 107 |
Binary | 10110100 | 10110010 | 10110110 | 1 | 10 | 0 | 11101 | 100001110 | 11 | 1000111 |
Color Harmonies of #B4B2B6
Complementary color
Monochromatic Colors of #B4B2B6
Black with #B4B2B6
Text Example
Text Example
White with #B4B2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B2B6; }
p { color: rgb(180,178,182); }
H1.HeaderClassName
{
color: #B4B2B6;
}
.AnyTagClassName
{
color: #B4B2B6;
}
</style>
background-color css
<style>
a { background-color: #B4B2B6; }
a { background-color: rgb(180,178,182); }
div.DivClassName
{
background-color: #B4B2B6;
}
.BgClassName
{
background-color: #B4B2B6;
}
</style>
border-color css
<style>
span { border-color: #B4B2B6; }
span { border-color: rgb(180,178,182); }
td.TdClassName
{
border-color: #B4B2B6;
}
.TagClassName
{
border-color: #B4B2B6;
}
</style>