Shades of French Grey #BBB4C4
Tints of French Grey #BBB4C4
RGB
CMYK
RGB Variations
Color information
#BBB4C4 (or 0xBBB4C4) is known color: French Grey. HEX triplet: BB, B4 and C4. RGB value is (187,180,196). Sum of RGB (Red+Green+Blue) = 187+180+196=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBB4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4C4 is #444B3B. Grayscale: #B7B7B7. Windows color (decimal): -4475708 or 12891323. OLE color: 12891323.
HSL color Cylindrical-coordinate representation of color #BBB4C4: hue angle of 266.25º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBB4C4 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 180 | 196 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.23 |
| HSL | 266.25º | 0.12% | 0.74% | - |
| HSV(B) | 266.25º | 0.08% | 0.77% | - |
| XYZ | 46.78 | 47.19 | 58.87 | - |
| YUV | 183.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 196 | 0.05 | 0.08 | 0 | 0.23 | 266.25 | 0.12 | 0.74 |
| Hex | BB | B4 | C4 | 5 | 8 | 0 | 17 | 10A | C | 4A |
| Octal | 273 | 264 | 304 | 5 | 10 | 0 | 27 | 412 | 14 | 112 |
| Binary | 10111011 | 10110100 | 11000100 | 101 | 1000 | 0 | 10111 | 100001010 | 1100 | 1001010 |
Color Harmonies of #BBB4C4
Complementary color
Monochromatic Colors of #BBB4C4
Black with #BBB4C4
Text Example
Text Example
White with #BBB4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4C4; }
p { color: rgb(187,180,196); }
H1.HeaderClassName
{
color: #BBB4C4;
}
.AnyTagClassName
{
color: #BBB4C4;
}
</style>
background-color css
<style>
a { background-color: #BBB4C4; }
a { background-color: rgb(187,180,196); }
div.DivClassName
{
background-color: #BBB4C4;
}
.BgClassName
{
background-color: #BBB4C4;
}
</style>
border-color css
<style>
span { border-color: #BBB4C4; }
span { border-color: rgb(187,180,196); }
td.TdClassName
{
border-color: #BBB4C4;
}
.TagClassName
{
border-color: #BBB4C4;
}
</style>