Shades of French Grey #BBB2C4
Tints of French Grey #BBB2C4
RGB
CMYK
RGB Variations
Color information
#BBB2C4 (or 0xBBB2C4) is known color: French Grey. HEX triplet: BB, B2 and C4. RGB value is (187,178,196). Sum of RGB (Red+Green+Blue) = 187+178+196=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 178 (69.92% from 255 or 31.73% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBB2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C4 is #444D3B. Grayscale: #B6B6B6. Windows color (decimal): -4476220 or 12890811. OLE color: 12890811.
HSL color Cylindrical-coordinate representation of color #BBB2C4: hue angle of 270º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB2C4 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 178 | 196 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.23 |
| HSL | 270º | 0.13% | 0.73% | - |
| HSV(B) | 270º | 0.09% | 0.77% | - |
| XYZ | 46.38 | 46.39 | 58.73 | - |
| YUV | 182.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 196 | 0.05 | 0.09 | 0 | 0.23 | 270 | 0.13 | 0.73 |
| Hex | BB | B2 | C4 | 5 | 9 | 0 | 17 | 10E | D | 49 |
| Octal | 273 | 262 | 304 | 5 | 11 | 0 | 27 | 416 | 15 | 111 |
| Binary | 10111011 | 10110010 | 11000100 | 101 | 1001 | 0 | 10111 | 100001110 | 1101 | 1001001 |
Color Harmonies of #BBB2C4
Complementary color
Monochromatic Colors of #BBB2C4
Black with #BBB2C4
Text Example
Text Example
White with #BBB2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2C4; }
p { color: rgb(187,178,196); }
H1.HeaderClassName
{
color: #BBB2C4;
}
.AnyTagClassName
{
color: #BBB2C4;
}
</style>
background-color css
<style>
a { background-color: #BBB2C4; }
a { background-color: rgb(187,178,196); }
div.DivClassName
{
background-color: #BBB2C4;
}
.BgClassName
{
background-color: #BBB2C4;
}
</style>
border-color css
<style>
span { border-color: #BBB2C4; }
span { border-color: rgb(187,178,196); }
td.TdClassName
{
border-color: #BBB2C4;
}
.TagClassName
{
border-color: #BBB2C4;
}
</style>