Shades of French Grey #BBBABD
Tints of French Grey #BBBABD
RGB
CMYK
RGB Variations
Color information
#BBBABD (or 0xBBBABD) is known color: French Grey. HEX triplet: BB, BA and BD. RGB value is (187,186,189). Sum of RGB (Red+Green+Blue) = 187+186+189=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABD is #444542. Grayscale: #BABABA. Windows color (decimal): -4474179 or 12434107. OLE color: 12434107.
HSL color Cylindrical-coordinate representation of color #BBBABD: hue angle of 260º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBABD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 186 | 189 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.26 |
| HSL | 260º | 0.02% | 0.74% | - |
| HSV(B) | 260º | 0.02% | 0.74% | - |
| XYZ | 47.24 | 49.36 | 55.18 | - |
| YUV | 186.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 189 | 0.01 | 0.02 | 0 | 0.26 | 260 | 0.02 | 0.74 |
| Hex | BB | BA | BD | 1 | 2 | 0 | 1A | 104 | 2 | 4A |
| Octal | 273 | 272 | 275 | 1 | 2 | 0 | 32 | 404 | 2 | 112 |
| Binary | 10111011 | 10111010 | 10111101 | 1 | 10 | 0 | 11010 | 100000100 | 10 | 1001010 |
Color Harmonies of #BBBABD
Complementary color
Monochromatic Colors of #BBBABD
Black with #BBBABD
Text Example
Text Example
White with #BBBABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBABD; }
p { color: rgb(187,186,189); }
H1.HeaderClassName
{
color: #BBBABD;
}
.AnyTagClassName
{
color: #BBBABD;
}
</style>
background-color css
<style>
a { background-color: #BBBABD; }
a { background-color: rgb(187,186,189); }
div.DivClassName
{
background-color: #BBBABD;
}
.BgClassName
{
background-color: #BBBABD;
}
</style>
border-color css
<style>
span { border-color: #BBBABD; }
span { border-color: rgb(187,186,189); }
td.TdClassName
{
border-color: #BBBABD;
}
.TagClassName
{
border-color: #BBBABD;
}
</style>