Shades of French Grey #B8AEC5
Tints of French Grey #B8AEC5
RGB
CMYK
RGB Variations
Color information
#B8AEC5 (or 0xB8AEC5) is known color: French Grey. HEX triplet: B8, AE and C5. RGB value is (184,174,197). Sum of RGB (Red+Green+Blue) = 184+174+197=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #B8AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEC5 is #47513A. Grayscale: #B3B3B3. Windows color (decimal): -4673851 or 12955320. OLE color: 12955320.
HSL color Cylindrical-coordinate representation of color #B8AEC5: hue angle of 266.09º 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 #B8AEC5 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 174 | 197 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.23 |
| HSL | 266.09º | 0.17% | 0.73% | - |
| HSV(B) | 266.09º | 0.12% | 0.77% | - |
| XYZ | 44.98 | 44.49 | 59.04 | - |
| YUV | 179.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 197 | 0.07 | 0.12 | 0 | 0.23 | 266.09 | 0.17 | 0.73 |
| Hex | B8 | AE | C5 | 7 | C | 0 | 17 | 10A | 11 | 49 |
| Octal | 270 | 256 | 305 | 7 | 14 | 0 | 27 | 412 | 21 | 111 |
| Binary | 10111000 | 10101110 | 11000101 | 111 | 1100 | 0 | 10111 | 100001010 | 10001 | 1001001 |
Color Harmonies of #B8AEC5
Complementary color
Monochromatic Colors of #B8AEC5
Black with #B8AEC5
Text Example
Text Example
White with #B8AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AEC5; }
p { color: rgb(184,174,197); }
H1.HeaderClassName
{
color: #B8AEC5;
}
.AnyTagClassName
{
color: #B8AEC5;
}
</style>
background-color css
<style>
a { background-color: #B8AEC5; }
a { background-color: rgb(184,174,197); }
div.DivClassName
{
background-color: #B8AEC5;
}
.BgClassName
{
background-color: #B8AEC5;
}
</style>
border-color css
<style>
span { border-color: #B8AEC5; }
span { border-color: rgb(184,174,197); }
td.TdClassName
{
border-color: #B8AEC5;
}
.TagClassName
{
border-color: #B8AEC5;
}
</style>