Shades of French Grey #BBB2C2
Tints of French Grey #BBB2C2
RGB
CMYK
RGB Variations
Color information
#BBB2C2 (or 0xBBB2C2) is known color: French Grey. HEX triplet: BB, B2 and C2. RGB value is (187,178,194). Sum of RGB (Red+Green+Blue) = 187+178+194=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C2 is #444D3D. Grayscale: #B6B6B6. Windows color (decimal): -4476222 or 12759739. OLE color: 12759739.
HSL color Cylindrical-coordinate representation of color #BBB2C2: hue angle of 273.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB2C2 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 178 | 194 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.24 |
| HSL | 273.75º | 0.12% | 0.73% | - |
| HSV(B) | 273.75º | 0.08% | 0.76% | - |
| XYZ | 46.15 | 46.3 | 57.54 | - |
| YUV | 182.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 194 | 0.04 | 0.08 | 0 | 0.24 | 273.75 | 0.12 | 0.73 |
| Hex | BB | B2 | C2 | 4 | 8 | 0 | 18 | 112 | C | 49 |
| Octal | 273 | 262 | 302 | 4 | 10 | 0 | 30 | 422 | 14 | 111 |
| Binary | 10111011 | 10110010 | 11000010 | 100 | 1000 | 0 | 11000 | 100010010 | 1100 | 1001001 |
Color Harmonies of #BBB2C2
Complementary color
Monochromatic Colors of #BBB2C2
Black with #BBB2C2
Text Example
Text Example
White with #BBB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2C2; }
p { color: rgb(187,178,194); }
H1.HeaderClassName
{
color: #BBB2C2;
}
.AnyTagClassName
{
color: #BBB2C2;
}
</style>
background-color css
<style>
a { background-color: #BBB2C2; }
a { background-color: rgb(187,178,194); }
div.DivClassName
{
background-color: #BBB2C2;
}
.BgClassName
{
background-color: #BBB2C2;
}
</style>
border-color css
<style>
span { border-color: #BBB2C2; }
span { border-color: rgb(187,178,194); }
td.TdClassName
{
border-color: #BBB2C2;
}
.TagClassName
{
border-color: #BBB2C2;
}
</style>