Shades of French Grey #BBAEC9
Tints of French Grey #BBAEC9
RGB
CMYK
RGB Variations
Color information
#BBAEC9 (or 0xBBAEC9) is known color: French Grey. HEX triplet: BB, AE and C9. RGB value is (187,174,201). Sum of RGB (Red+Green+Blue) = 187+174+201=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC9 is #445136. Grayscale: #B4B4B4. Windows color (decimal): -4477239 or 13217467. OLE color: 13217467.
HSL color Cylindrical-coordinate representation of color #BBAEC9: hue angle of 268.89º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBAEC9 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 174 | 201 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.21 |
| HSL | 268.89º | 0.2% | 0.74% | - |
| HSV(B) | 268.89º | 0.13% | 0.79% | - |
| XYZ | 46.17 | 45.05 | 61.52 | - |
| YUV | 180.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 201 | 0.07 | 0.13 | 0 | 0.21 | 268.89 | 0.2 | 0.74 |
| Hex | BB | AE | C9 | 7 | D | 0 | 15 | 10D | 14 | 4A |
| Octal | 273 | 256 | 311 | 7 | 15 | 0 | 25 | 415 | 24 | 112 |
| Binary | 10111011 | 10101110 | 11001001 | 111 | 1101 | 0 | 10101 | 100001101 | 10100 | 1001010 |
Color Harmonies of #BBAEC9
Complementary color
Monochromatic Colors of #BBAEC9
Black with #BBAEC9
Text Example
Text Example
White with #BBAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEC9; }
p { color: rgb(187,174,201); }
H1.HeaderClassName
{
color: #BBAEC9;
}
.AnyTagClassName
{
color: #BBAEC9;
}
</style>
background-color css
<style>
a { background-color: #BBAEC9; }
a { background-color: rgb(187,174,201); }
div.DivClassName
{
background-color: #BBAEC9;
}
.BgClassName
{
background-color: #BBAEC9;
}
</style>
border-color css
<style>
span { border-color: #BBAEC9; }
span { border-color: rgb(187,174,201); }
td.TdClassName
{
border-color: #BBAEC9;
}
.TagClassName
{
border-color: #BBAEC9;
}
</style>