Shades of French Grey #B5AAC1
Tints of French Grey #B5AAC1
RGB
CMYK
RGB Variations
Color information
#B5AAC1 (or 0xB5AAC1) is known color: French Grey. HEX triplet: B5, AA and C1. RGB value is (181,170,193). Sum of RGB (Red+Green+Blue) = 181+170+193=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAC1 is #4A553E. Grayscale: #AFAFAF. Windows color (decimal): -4871487 or 12692149. OLE color: 12692149.
HSL color Cylindrical-coordinate representation of color #B5AAC1: hue angle of 268.7º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5AAC1 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 170 | 193 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.24 |
| HSL | 268.7º | 0.16% | 0.71% | - |
| HSV(B) | 268.7º | 0.12% | 0.76% | - |
| XYZ | 43.06 | 42.42 | 56.37 | - |
| YUV | 175.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 193 | 0.06 | 0.12 | 0 | 0.24 | 268.7 | 0.16 | 0.71 |
| Hex | B5 | AA | C1 | 6 | C | 0 | 18 | 10D | 10 | 47 |
| Octal | 265 | 252 | 301 | 6 | 14 | 0 | 30 | 415 | 20 | 107 |
| Binary | 10110101 | 10101010 | 11000001 | 110 | 1100 | 0 | 11000 | 100001101 | 10000 | 1000111 |
Color Harmonies of #B5AAC1
Complementary color
Monochromatic Colors of #B5AAC1
Black with #B5AAC1
Text Example
Text Example
White with #B5AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAC1; }
p { color: rgb(181,170,193); }
H1.HeaderClassName
{
color: #B5AAC1;
}
.AnyTagClassName
{
color: #B5AAC1;
}
</style>
background-color css
<style>
a { background-color: #B5AAC1; }
a { background-color: rgb(181,170,193); }
div.DivClassName
{
background-color: #B5AAC1;
}
.BgClassName
{
background-color: #B5AAC1;
}
</style>
border-color css
<style>
span { border-color: #B5AAC1; }
span { border-color: rgb(181,170,193); }
td.TdClassName
{
border-color: #B5AAC1;
}
.TagClassName
{
border-color: #B5AAC1;
}
</style>