Shades of French Grey #BBB1C1
Tints of French Grey #BBB1C1
RGB
CMYK
RGB Variations
Color information
#BBB1C1 (or 0xBBB1C1) is known color: French Grey. HEX triplet: BB, B1 and C1. RGB value is (187,177,193). Sum of RGB (Red+Green+Blue) = 187+177+193=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBB1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1C1 is #444E3E. Grayscale: #B5B5B5. Windows color (decimal): -4476479 or 12693947. OLE color: 12693947.
HSL color Cylindrical-coordinate representation of color #BBB1C1: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB1C1 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 177 | 193 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.24 |
| HSL | 277.5º | 0.11% | 0.73% | - |
| HSV(B) | 277.5º | 0.08% | 0.76% | - |
| XYZ | 45.84 | 45.86 | 56.89 | - |
| YUV | 181.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 193 | 0.03 | 0.08 | 0 | 0.24 | 277.5 | 0.11 | 0.73 |
| Hex | BB | B1 | C1 | 3 | 8 | 0 | 18 | 116 | B | 49 |
| Octal | 273 | 261 | 301 | 3 | 10 | 0 | 30 | 426 | 13 | 111 |
| Binary | 10111011 | 10110001 | 11000001 | 11 | 1000 | 0 | 11000 | 100010110 | 1011 | 1001001 |
Color Harmonies of #BBB1C1
Complementary color
Monochromatic Colors of #BBB1C1
Black with #BBB1C1
Text Example
Text Example
White with #BBB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1C1; }
p { color: rgb(187,177,193); }
H1.HeaderClassName
{
color: #BBB1C1;
}
.AnyTagClassName
{
color: #BBB1C1;
}
</style>
background-color css
<style>
a { background-color: #BBB1C1; }
a { background-color: rgb(187,177,193); }
div.DivClassName
{
background-color: #BBB1C1;
}
.BgClassName
{
background-color: #BBB1C1;
}
</style>
border-color css
<style>
span { border-color: #BBB1C1; }
span { border-color: rgb(187,177,193); }
td.TdClassName
{
border-color: #BBB1C1;
}
.TagClassName
{
border-color: #BBB1C1;
}
</style>