Shades of French Grey #BBB1C5
Tints of French Grey #BBB1C5
RGB
CMYK
RGB Variations
Color information
#BBB1C5 (or 0xBBB1C5) is known color: French Grey. HEX triplet: BB, B1 and C5. RGB value is (187,177,197). Sum of RGB (Red+Green+Blue) = 187+177+197=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1C5 is #444E3A. Grayscale: #B6B6B6. Windows color (decimal): -4476475 or 12956091. OLE color: 12956091.
HSL color Cylindrical-coordinate representation of color #BBB1C5: hue angle of 270º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB1C5 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 177 | 197 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.23 |
| HSL | 270º | 0.15% | 0.73% | - |
| HSV(B) | 270º | 0.1% | 0.77% | - |
| XYZ | 46.29 | 46.04 | 59.27 | - |
| YUV | 182.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 197 | 0.05 | 0.10 | 0 | 0.23 | 270 | 0.15 | 0.73 |
| Hex | BB | B1 | C5 | 5 | A | 0 | 17 | 10E | F | 49 |
| Octal | 273 | 261 | 305 | 5 | 12 | 0 | 27 | 416 | 17 | 111 |
| Binary | 10111011 | 10110001 | 11000101 | 101 | 1010 | 0 | 10111 | 100001110 | 1111 | 1001001 |
Color Harmonies of #BBB1C5
Complementary color
Monochromatic Colors of #BBB1C5
Black with #BBB1C5
Text Example
Text Example
White with #BBB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1C5; }
p { color: rgb(187,177,197); }
H1.HeaderClassName
{
color: #BBB1C5;
}
.AnyTagClassName
{
color: #BBB1C5;
}
</style>
background-color css
<style>
a { background-color: #BBB1C5; }
a { background-color: rgb(187,177,197); }
div.DivClassName
{
background-color: #BBB1C5;
}
.BgClassName
{
background-color: #BBB1C5;
}
</style>
border-color css
<style>
span { border-color: #BBB1C5; }
span { border-color: rgb(187,177,197); }
td.TdClassName
{
border-color: #BBB1C5;
}
.TagClassName
{
border-color: #BBB1C5;
}
</style>