Shades of French Grey #B6B0C1
Tints of French Grey #B6B0C1
RGB
CMYK
RGB Variations
Color information
#B6B0C1 (or 0xB6B0C1) is known color: French Grey. HEX triplet: B6, B0 and C1. RGB value is (182,176,193). Sum of RGB (Red+Green+Blue) = 182+176+193=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6B0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B0C1 is #494F3E. Grayscale: #B3B3B3. Windows color (decimal): -4804415 or 12693686. OLE color: 12693686.
HSL color Cylindrical-coordinate representation of color #B6B0C1: hue angle of 261.18º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6B0C1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 176 | 193 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.24 |
| HSL | 261.18º | 0.12% | 0.72% | - |
| HSV(B) | 261.18º | 0.09% | 0.76% | - |
| XYZ | 44.44 | 44.85 | 56.77 | - |
| YUV | 179.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 176 | 193 | 0.06 | 0.09 | 0 | 0.24 | 261.18 | 0.12 | 0.72 |
| Hex | B6 | B0 | C1 | 6 | 9 | 0 | 18 | 105 | C | 48 |
| Octal | 266 | 260 | 301 | 6 | 11 | 0 | 30 | 405 | 14 | 110 |
| Binary | 10110110 | 10110000 | 11000001 | 110 | 1001 | 0 | 11000 | 100000101 | 1100 | 1001000 |
Color Harmonies of #B6B0C1
Complementary color
Monochromatic Colors of #B6B0C1
Black with #B6B0C1
Text Example
Text Example
White with #B6B0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B0C1; }
p { color: rgb(182,176,193); }
H1.HeaderClassName
{
color: #B6B0C1;
}
.AnyTagClassName
{
color: #B6B0C1;
}
</style>
background-color css
<style>
a { background-color: #B6B0C1; }
a { background-color: rgb(182,176,193); }
div.DivClassName
{
background-color: #B6B0C1;
}
.BgClassName
{
background-color: #B6B0C1;
}
</style>
border-color css
<style>
span { border-color: #B6B0C1; }
span { border-color: rgb(182,176,193); }
td.TdClassName
{
border-color: #B6B0C1;
}
.TagClassName
{
border-color: #B6B0C1;
}
</style>