Shades of French Grey #BBAEC5
Tints of French Grey #BBAEC5
RGB
CMYK
RGB Variations
Color information
#BBAEC5 (or 0xBBAEC5) is known color: French Grey. HEX triplet: BB, AE and C5. RGB value is (187,174,197). Sum of RGB (Red+Green+Blue) = 187+174+197=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC5 is #44513A. Grayscale: #B4B4B4. Windows color (decimal): -4477243 or 12955323. OLE color: 12955323.
HSL color Cylindrical-coordinate representation of color #BBAEC5: hue angle of 273.91º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBAEC5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 174 | 197 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.23 |
| HSL | 273.91º | 0.17% | 0.73% | - |
| HSV(B) | 273.91º | 0.12% | 0.77% | - |
| XYZ | 45.71 | 44.87 | 59.07 | - |
| YUV | 180.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 197 | 0.05 | 0.12 | 0 | 0.23 | 273.91 | 0.17 | 0.73 |
| Hex | BB | AE | C5 | 5 | C | 0 | 17 | 112 | 11 | 49 |
| Octal | 273 | 256 | 305 | 5 | 14 | 0 | 27 | 422 | 21 | 111 |
| Binary | 10111011 | 10101110 | 11000101 | 101 | 1100 | 0 | 10111 | 100010010 | 10001 | 1001001 |
Color Harmonies of #BBAEC5
Complementary color
Monochromatic Colors of #BBAEC5
Black with #BBAEC5
Text Example
Text Example
White with #BBAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEC5; }
p { color: rgb(187,174,197); }
H1.HeaderClassName
{
color: #BBAEC5;
}
.AnyTagClassName
{
color: #BBAEC5;
}
</style>
background-color css
<style>
a { background-color: #BBAEC5; }
a { background-color: rgb(187,174,197); }
div.DivClassName
{
background-color: #BBAEC5;
}
.BgClassName
{
background-color: #BBAEC5;
}
</style>
border-color css
<style>
span { border-color: #BBAEC5; }
span { border-color: rgb(187,174,197); }
td.TdClassName
{
border-color: #BBAEC5;
}
.TagClassName
{
border-color: #BBAEC5;
}
</style>