Shades of French Grey #BBAEC7
Tints of French Grey #BBAEC7
RGB
CMYK
RGB Variations
Color information
#BBAEC7 (or 0xBBAEC7) is known color: French Grey. HEX triplet: BB, AE and C7. RGB value is (187,174,199). Sum of RGB (Red+Green+Blue) = 187+174+199=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC7 is #445138. Grayscale: #B4B4B4. Windows color (decimal): -4477241 or 13086395. OLE color: 13086395.
HSL color Cylindrical-coordinate representation of color #BBAEC7: hue angle of 271.2º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBAEC7 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 174 | 199 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.22 |
| HSL | 271.2º | 0.18% | 0.73% | - |
| HSV(B) | 271.2º | 0.13% | 0.78% | - |
| XYZ | 45.94 | 44.96 | 60.29 | - |
| YUV | 180.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 199 | 0.06 | 0.13 | 0 | 0.22 | 271.2 | 0.18 | 0.73 |
| Hex | BB | AE | C7 | 6 | D | 0 | 16 | 10F | 12 | 49 |
| Octal | 273 | 256 | 307 | 6 | 15 | 0 | 26 | 417 | 22 | 111 |
| Binary | 10111011 | 10101110 | 11000111 | 110 | 1101 | 0 | 10110 | 100001111 | 10010 | 1001001 |
Color Harmonies of #BBAEC7
Complementary color
Monochromatic Colors of #BBAEC7
Black with #BBAEC7
Text Example
Text Example
White with #BBAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEC7; }
p { color: rgb(187,174,199); }
H1.HeaderClassName
{
color: #BBAEC7;
}
.AnyTagClassName
{
color: #BBAEC7;
}
</style>
background-color css
<style>
a { background-color: #BBAEC7; }
a { background-color: rgb(187,174,199); }
div.DivClassName
{
background-color: #BBAEC7;
}
.BgClassName
{
background-color: #BBAEC7;
}
</style>
border-color css
<style>
span { border-color: #BBAEC7; }
span { border-color: rgb(187,174,199); }
td.TdClassName
{
border-color: #BBAEC7;
}
.TagClassName
{
border-color: #BBAEC7;
}
</style>