Shades of French Grey #BBB1C3
Tints of French Grey #BBB1C3
RGB
CMYK
RGB Variations
Color information
#BBB1C3 (or 0xBBB1C3) is known color: French Grey. HEX triplet: BB, B1 and C3. RGB value is (187,177,195). Sum of RGB (Red+Green+Blue) = 187+177+195=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBB1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1C3 is #444E3C. Grayscale: #B5B5B5. Windows color (decimal): -4476477 or 12825019. OLE color: 12825019.
HSL color Cylindrical-coordinate representation of color #BBB1C3: hue angle of 273.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB1C3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 177 | 195 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.24 |
| HSL | 273.33º | 0.13% | 0.73% | - |
| HSV(B) | 273.33º | 0.09% | 0.76% | - |
| XYZ | 46.07 | 45.95 | 58.07 | - |
| YUV | 182.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 195 | 0.04 | 0.09 | 0 | 0.24 | 273.33 | 0.13 | 0.73 |
| Hex | BB | B1 | C3 | 4 | 9 | 0 | 18 | 111 | D | 49 |
| Octal | 273 | 261 | 303 | 4 | 11 | 0 | 30 | 421 | 15 | 111 |
| Binary | 10111011 | 10110001 | 11000011 | 100 | 1001 | 0 | 11000 | 100010001 | 1101 | 1001001 |
Color Harmonies of #BBB1C3
Complementary color
Monochromatic Colors of #BBB1C3
Black with #BBB1C3
Text Example
Text Example
White with #BBB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1C3; }
p { color: rgb(187,177,195); }
H1.HeaderClassName
{
color: #BBB1C3;
}
.AnyTagClassName
{
color: #BBB1C3;
}
</style>
background-color css
<style>
a { background-color: #BBB1C3; }
a { background-color: rgb(187,177,195); }
div.DivClassName
{
background-color: #BBB1C3;
}
.BgClassName
{
background-color: #BBB1C3;
}
</style>
border-color css
<style>
span { border-color: #BBB1C3; }
span { border-color: rgb(187,177,195); }
td.TdClassName
{
border-color: #BBB1C3;
}
.TagClassName
{
border-color: #BBB1C3;
}
</style>