Shades of French Grey #BBB3C3
Tints of French Grey #BBB3C3
RGB
CMYK
RGB Variations
Color information
#BBB3C3 (or 0xBBB3C3) is known color: French Grey. HEX triplet: BB, B3 and C3. RGB value is (187,179,195). Sum of RGB (Red+Green+Blue) = 187+179+195=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBB3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3C3 is #444C3C. Grayscale: #B7B7B7. Windows color (decimal): -4475965 or 12825531. OLE color: 12825531.
HSL color Cylindrical-coordinate representation of color #BBB3C3: hue angle of 270º 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 #BBB3C3 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 179 | 195 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.24 |
| HSL | 270º | 0.12% | 0.73% | - |
| HSV(B) | 270º | 0.08% | 0.76% | - |
| XYZ | 46.46 | 46.75 | 58.2 | - |
| YUV | 183.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 195 | 0.04 | 0.08 | 0 | 0.24 | 270 | 0.12 | 0.73 |
| Hex | BB | B3 | C3 | 4 | 8 | 0 | 18 | 10E | C | 49 |
| Octal | 273 | 263 | 303 | 4 | 10 | 0 | 30 | 416 | 14 | 111 |
| Binary | 10111011 | 10110011 | 11000011 | 100 | 1000 | 0 | 11000 | 100001110 | 1100 | 1001001 |
Color Harmonies of #BBB3C3
Complementary color
Monochromatic Colors of #BBB3C3
Black with #BBB3C3
Text Example
Text Example
White with #BBB3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3C3; }
p { color: rgb(187,179,195); }
H1.HeaderClassName
{
color: #BBB3C3;
}
.AnyTagClassName
{
color: #BBB3C3;
}
</style>
background-color css
<style>
a { background-color: #BBB3C3; }
a { background-color: rgb(187,179,195); }
div.DivClassName
{
background-color: #BBB3C3;
}
.BgClassName
{
background-color: #BBB3C3;
}
</style>
border-color css
<style>
span { border-color: #BBB3C3; }
span { border-color: rgb(187,179,195); }
td.TdClassName
{
border-color: #BBB3C3;
}
.TagClassName
{
border-color: #BBB3C3;
}
</style>