Shades of French Grey #BBAAC7
Tints of French Grey #BBAAC7
RGB
CMYK
RGB Variations
Color information
#BBAAC7 (or 0xBBAAC7) is known color: French Grey. HEX triplet: BB, AA and C7. RGB value is (187,170,199). Sum of RGB (Red+Green+Blue) = 187+170+199=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC7 is #445538. Grayscale: #B2B2B2. Windows color (decimal): -4478265 or 13085371. OLE color: 13085371.
HSL color Cylindrical-coordinate representation of color #BBAAC7: hue angle of 275.17º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAAC7 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 170 | 199 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.22 |
| HSL | 275.17º | 0.21% | 0.72% | - |
| HSV(B) | 275.17º | 0.15% | 0.78% | - |
| XYZ | 45.18 | 43.44 | 60.04 | - |
| YUV | 178.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 199 | 0.06 | 0.15 | 0 | 0.22 | 275.17 | 0.21 | 0.72 |
| Hex | BB | AA | C7 | 6 | F | 0 | 16 | 113 | 15 | 48 |
| Octal | 273 | 252 | 307 | 6 | 17 | 0 | 26 | 423 | 25 | 110 |
| Binary | 10111011 | 10101010 | 11000111 | 110 | 1111 | 0 | 10110 | 100010011 | 10101 | 1001000 |
Color Harmonies of #BBAAC7
Complementary color
Monochromatic Colors of #BBAAC7
Black with #BBAAC7
Text Example
Text Example
White with #BBAAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAC7; }
p { color: rgb(187,170,199); }
H1.HeaderClassName
{
color: #BBAAC7;
}
.AnyTagClassName
{
color: #BBAAC7;
}
</style>
background-color css
<style>
a { background-color: #BBAAC7; }
a { background-color: rgb(187,170,199); }
div.DivClassName
{
background-color: #BBAAC7;
}
.BgClassName
{
background-color: #BBAAC7;
}
</style>
border-color css
<style>
span { border-color: #BBAAC7; }
span { border-color: rgb(187,170,199); }
td.TdClassName
{
border-color: #BBAAC7;
}
.TagClassName
{
border-color: #BBAAC7;
}
</style>