Shades of French Grey #BBAEC6
Tints of French Grey #BBAEC6
RGB
CMYK
RGB Variations
Color information
#BBAEC6 (or 0xBBAEC6) is known color: French Grey. HEX triplet: BB, AE and C6. RGB value is (187,174,198). Sum of RGB (Red+Green+Blue) = 187+174+198=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC6 is #445139. Grayscale: #B4B4B4. Windows color (decimal): -4477242 or 13020859. OLE color: 13020859.
HSL color Cylindrical-coordinate representation of color #BBAEC6: hue angle of 272.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBAEC6 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 174 | 198 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.22 |
| HSL | 272.5º | 0.17% | 0.73% | - |
| HSV(B) | 272.5º | 0.12% | 0.78% | - |
| XYZ | 45.82 | 44.91 | 59.68 | - |
| YUV | 180.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 198 | 0.06 | 0.12 | 0 | 0.22 | 272.5 | 0.17 | 0.73 |
| Hex | BB | AE | C6 | 6 | C | 0 | 16 | 110 | 11 | 49 |
| Octal | 273 | 256 | 306 | 6 | 14 | 0 | 26 | 420 | 21 | 111 |
| Binary | 10111011 | 10101110 | 11000110 | 110 | 1100 | 0 | 10110 | 100010000 | 10001 | 1001001 |
Color Harmonies of #BBAEC6
Complementary color
Monochromatic Colors of #BBAEC6
Black with #BBAEC6
Text Example
Text Example
White with #BBAEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEC6; }
p { color: rgb(187,174,198); }
H1.HeaderClassName
{
color: #BBAEC6;
}
.AnyTagClassName
{
color: #BBAEC6;
}
</style>
background-color css
<style>
a { background-color: #BBAEC6; }
a { background-color: rgb(187,174,198); }
div.DivClassName
{
background-color: #BBAEC6;
}
.BgClassName
{
background-color: #BBAEC6;
}
</style>
border-color css
<style>
span { border-color: #BBAEC6; }
span { border-color: rgb(187,174,198); }
td.TdClassName
{
border-color: #BBAEC6;
}
.TagClassName
{
border-color: #BBAEC6;
}
</style>