Shades of French Grey #B8AEC0
Tints of French Grey #B8AEC0
RGB
CMYK
RGB Variations
Color information
#B8AEC0 (or 0xB8AEC0) is known color: French Grey. HEX triplet: B8, AE and C0. RGB value is (184,174,192). Sum of RGB (Red+Green+Blue) = 184+174+192=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEC0 is #47513F. Grayscale: #B2B2B2. Windows color (decimal): -4673856 or 12627640. OLE color: 12627640.
HSL color Cylindrical-coordinate representation of color #B8AEC0: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8AEC0 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 174 | 192 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.25 |
| HSL | 273.33º | 0.13% | 0.72% | - |
| HSV(B) | 273.33º | 0.09% | 0.75% | - |
| XYZ | 44.42 | 44.27 | 56.07 | - |
| YUV | 179.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 192 | 0.04 | 0.09 | 0 | 0.25 | 273.33 | 0.13 | 0.72 |
| Hex | B8 | AE | C0 | 4 | 9 | 0 | 19 | 111 | C | 48 |
| Octal | 270 | 256 | 300 | 4 | 11 | 0 | 31 | 421 | 14 | 110 |
| Binary | 10111000 | 10101110 | 11000000 | 100 | 1001 | 0 | 11001 | 100010001 | 1100 | 1001000 |
Color Harmonies of #B8AEC0
Complementary color
Monochromatic Colors of #B8AEC0
Black with #B8AEC0
Text Example
Text Example
White with #B8AEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AEC0; }
p { color: rgb(184,174,192); }
H1.HeaderClassName
{
color: #B8AEC0;
}
.AnyTagClassName
{
color: #B8AEC0;
}
</style>
background-color css
<style>
a { background-color: #B8AEC0; }
a { background-color: rgb(184,174,192); }
div.DivClassName
{
background-color: #B8AEC0;
}
.BgClassName
{
background-color: #B8AEC0;
}
</style>
border-color css
<style>
span { border-color: #B8AEC0; }
span { border-color: rgb(184,174,192); }
td.TdClassName
{
border-color: #B8AEC0;
}
.TagClassName
{
border-color: #B8AEC0;
}
</style>