Shades of French Grey #BBB0C4
Tints of French Grey #BBB0C4
RGB
CMYK
RGB Variations
Color information
#BBB0C4 (or 0xBBB0C4) is known color: French Grey. HEX triplet: BB, B0 and C4. RGB value is (187,176,196). Sum of RGB (Red+Green+Blue) = 187+176+196=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBB0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0C4 is #444F3B. Grayscale: #B5B5B5. Windows color (decimal): -4476732 or 12890299. OLE color: 12890299.
HSL color Cylindrical-coordinate representation of color #BBB0C4: hue angle of 273º degrees, saturation: 0.14, 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 #BBB0C4 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 176 | 196 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.23 |
| HSL | 273º | 0.14% | 0.73% | - |
| HSV(B) | 273º | 0.1% | 0.77% | - |
| XYZ | 45.98 | 45.6 | 58.6 | - |
| YUV | 181.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 196 | 0.05 | 0.10 | 0 | 0.23 | 273 | 0.14 | 0.73 |
| Hex | BB | B0 | C4 | 5 | A | 0 | 17 | 111 | E | 49 |
| Octal | 273 | 260 | 304 | 5 | 12 | 0 | 27 | 421 | 16 | 111 |
| Binary | 10111011 | 10110000 | 11000100 | 101 | 1010 | 0 | 10111 | 100010001 | 1110 | 1001001 |
Color Harmonies of #BBB0C4
Complementary color
Monochromatic Colors of #BBB0C4
Black with #BBB0C4
Text Example
Text Example
White with #BBB0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0C4; }
p { color: rgb(187,176,196); }
H1.HeaderClassName
{
color: #BBB0C4;
}
.AnyTagClassName
{
color: #BBB0C4;
}
</style>
background-color css
<style>
a { background-color: #BBB0C4; }
a { background-color: rgb(187,176,196); }
div.DivClassName
{
background-color: #BBB0C4;
}
.BgClassName
{
background-color: #BBB0C4;
}
</style>
border-color css
<style>
span { border-color: #BBB0C4; }
span { border-color: rgb(187,176,196); }
td.TdClassName
{
border-color: #BBB0C4;
}
.TagClassName
{
border-color: #BBB0C4;
}
</style>