Shades of French Grey #BBB4BF
Tints of French Grey #BBB4BF
RGB
CMYK
RGB Variations
Color information
#BBB4BF (or 0xBBB4BF) is known color: French Grey. HEX triplet: BB, B4 and BF. RGB value is (187,180,191). Sum of RGB (Red+Green+Blue) = 187+180+191=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4BF is #444B40. Grayscale: #B7B7B7. Windows color (decimal): -4475713 or 12563643. OLE color: 12563643.
HSL color Cylindrical-coordinate representation of color #BBB4BF: hue angle of 278.18º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB4BF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 187 | 180 | 191 | - |
CMYK | 0.02 | 0.06 | 0 | 0.25 |
HSL | 278.18º | 0.08% | 0.73% | - |
HSV(B) | 278.18º | 0.06% | 0.75% | - |
XYZ | 46.22 | 46.97 | 55.92 | - |
YUV | 183.35 | 132.32 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 180 | 191 | 0.02 | 0.06 | 0 | 0.25 | 278.18 | 0.08 | 0.73 |
Hex | BB | B4 | BF | 2 | 6 | 0 | 19 | 116 | 8 | 49 |
Octal | 273 | 264 | 277 | 2 | 6 | 0 | 31 | 426 | 10 | 111 |
Binary | 10111011 | 10110100 | 10111111 | 10 | 110 | 0 | 11001 | 100010110 | 1000 | 1001001 |
Color Harmonies of #BBB4BF
Complementary color
Monochromatic Colors of #BBB4BF
Black with #BBB4BF
Text Example
Text Example
White with #BBB4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4BF; }
p { color: rgb(187,180,191); }
H1.HeaderClassName
{
color: #BBB4BF;
}
.AnyTagClassName
{
color: #BBB4BF;
}
</style>
background-color css
<style>
a { background-color: #BBB4BF; }
a { background-color: rgb(187,180,191); }
div.DivClassName
{
background-color: #BBB4BF;
}
.BgClassName
{
background-color: #BBB4BF;
}
</style>
border-color css
<style>
span { border-color: #BBB4BF; }
span { border-color: rgb(187,180,191); }
td.TdClassName
{
border-color: #BBB4BF;
}
.TagClassName
{
border-color: #BBB4BF;
}
</style>