Shades of French Grey #B5AFC1
Tints of French Grey #B5AFC1
RGB
CMYK
RGB Variations
Color information
#B5AFC1 (or 0xB5AFC1) is known color: French Grey. HEX triplet: B5, AF and C1. RGB value is (181,175,193). Sum of RGB (Red+Green+Blue) = 181+175+193=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #B5AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFC1 is #4A503E. Grayscale: #B2B2B2. Windows color (decimal): -4870207 or 12693429. OLE color: 12693429.
HSL color Cylindrical-coordinate representation of color #B5AFC1: hue angle of 260º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AFC1 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 175 | 193 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.24 |
| HSL | 260º | 0.13% | 0.72% | - |
| HSV(B) | 260º | 0.09% | 0.76% | - |
| XYZ | 44.01 | 44.33 | 56.69 | - |
| YUV | 178.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 193 | 0.06 | 0.09 | 0 | 0.24 | 260 | 0.13 | 0.72 |
| Hex | B5 | AF | C1 | 6 | 9 | 0 | 18 | 104 | D | 48 |
| Octal | 265 | 257 | 301 | 6 | 11 | 0 | 30 | 404 | 15 | 110 |
| Binary | 10110101 | 10101111 | 11000001 | 110 | 1001 | 0 | 11000 | 100000100 | 1101 | 1001000 |
Color Harmonies of #B5AFC1
Complementary color
Monochromatic Colors of #B5AFC1
Black with #B5AFC1
Text Example
Text Example
White with #B5AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFC1; }
p { color: rgb(181,175,193); }
H1.HeaderClassName
{
color: #B5AFC1;
}
.AnyTagClassName
{
color: #B5AFC1;
}
</style>
background-color css
<style>
a { background-color: #B5AFC1; }
a { background-color: rgb(181,175,193); }
div.DivClassName
{
background-color: #B5AFC1;
}
.BgClassName
{
background-color: #B5AFC1;
}
</style>
border-color css
<style>
span { border-color: #B5AFC1; }
span { border-color: rgb(181,175,193); }
td.TdClassName
{
border-color: #B5AFC1;
}
.TagClassName
{
border-color: #B5AFC1;
}
</style>