Shades of French Grey #BBB5C6
Tints of French Grey #BBB5C6
RGB
CMYK
RGB Variations
Color information
#BBB5C6 (or 0xBBB5C6) is known color: French Grey. HEX triplet: BB, B5 and C6. RGB value is (187,181,198). Sum of RGB (Red+Green+Blue) = 187+181+198=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBB5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5C6 is #444A39. Grayscale: #B8B8B8. Windows color (decimal): -4475450 or 13022651. OLE color: 13022651.
HSL color Cylindrical-coordinate representation of color #BBB5C6: hue angle of 261.18º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB5C6 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 187 | 181 | 198 | - |
CMYK | 0.06 | 0.09 | 0 | 0.22 |
HSL | 261.18º | 0.13% | 0.74% | - |
HSV(B) | 261.18º | 0.09% | 0.78% | - |
XYZ | 47.21 | 47.69 | 60.14 | - |
YUV | 184.73 | 135.49 | 129.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 198 | 0.06 | 0.09 | 0 | 0.22 | 261.18 | 0.13 | 0.74 |
Hex | BB | B5 | C6 | 6 | 9 | 0 | 16 | 105 | D | 4A |
Octal | 273 | 265 | 306 | 6 | 11 | 0 | 26 | 405 | 15 | 112 |
Binary | 10111011 | 10110101 | 11000110 | 110 | 1001 | 0 | 10110 | 100000101 | 1101 | 1001010 |
Color Harmonies of #BBB5C6
Complementary color
Monochromatic Colors of #BBB5C6
Black with #BBB5C6
Text Example
Text Example
White with #BBB5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5C6; }
p { color: rgb(187,181,198); }
H1.HeaderClassName
{
color: #BBB5C6;
}
.AnyTagClassName
{
color: #BBB5C6;
}
</style>
background-color css
<style>
a { background-color: #BBB5C6; }
a { background-color: rgb(187,181,198); }
div.DivClassName
{
background-color: #BBB5C6;
}
.BgClassName
{
background-color: #BBB5C6;
}
</style>
border-color css
<style>
span { border-color: #BBB5C6; }
span { border-color: rgb(187,181,198); }
td.TdClassName
{
border-color: #BBB5C6;
}
.TagClassName
{
border-color: #BBB5C6;
}
</style>