Shades of French Grey #BBB2C7
Tints of French Grey #BBB2C7
RGB
CMYK
RGB Variations
Color information
#BBB2C7 (or 0xBBB2C7) is known color: French Grey. HEX triplet: BB, B2 and C7. RGB value is (187,178,199). Sum of RGB (Red+Green+Blue) = 187+178+199=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBB2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C7 is #444D38. Grayscale: #B7B7B7. Windows color (decimal): -4476217 or 13087419. OLE color: 13087419.
HSL color Cylindrical-coordinate representation of color #BBB2C7: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB2C7 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 178 | 199 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.22 |
| HSL | 265.71º | 0.16% | 0.74% | - |
| HSV(B) | 265.71º | 0.11% | 0.78% | - |
| XYZ | 46.72 | 46.53 | 60.55 | - |
| YUV | 183.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 199 | 0.06 | 0.11 | 0 | 0.22 | 265.71 | 0.16 | 0.74 |
| Hex | BB | B2 | C7 | 6 | B | 0 | 16 | 10A | 10 | 4A |
| Octal | 273 | 262 | 307 | 6 | 13 | 0 | 26 | 412 | 20 | 112 |
| Binary | 10111011 | 10110010 | 11000111 | 110 | 1011 | 0 | 10110 | 100001010 | 10000 | 1001010 |
Color Harmonies of #BBB2C7
Complementary color
Monochromatic Colors of #BBB2C7
Black with #BBB2C7
Text Example
Text Example
White with #BBB2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2C7; }
p { color: rgb(187,178,199); }
H1.HeaderClassName
{
color: #BBB2C7;
}
.AnyTagClassName
{
color: #BBB2C7;
}
</style>
background-color css
<style>
a { background-color: #BBB2C7; }
a { background-color: rgb(187,178,199); }
div.DivClassName
{
background-color: #BBB2C7;
}
.BgClassName
{
background-color: #BBB2C7;
}
</style>
border-color css
<style>
span { border-color: #BBB2C7; }
span { border-color: rgb(187,178,199); }
td.TdClassName
{
border-color: #BBB2C7;
}
.TagClassName
{
border-color: #BBB2C7;
}
</style>