Shades of French Grey #B9AFC1
Tints of French Grey #B9AFC1
RGB
CMYK
RGB Variations
Color information
#B9AFC1 (or 0xB9AFC1) is known color: French Grey. HEX triplet: B9, AF and C1. RGB value is (185,175,193). Sum of RGB (Red+Green+Blue) = 185+175+193=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFC1 is #46503E. Grayscale: #B3B3B3. Windows color (decimal): -4608063 or 12693433. OLE color: 12693433.
HSL color Cylindrical-coordinate representation of color #B9AFC1: hue angle of 273.33º 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 #B9AFC1 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 175 | 193 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.24 |
| HSL | 273.33º | 0.13% | 0.72% | - |
| HSV(B) | 273.33º | 0.09% | 0.76% | - |
| XYZ | 44.96 | 44.82 | 56.73 | - |
| YUV | 180.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 193 | 0.04 | 0.09 | 0 | 0.24 | 273.33 | 0.13 | 0.72 |
| Hex | B9 | AF | C1 | 4 | 9 | 0 | 18 | 111 | D | 48 |
| Octal | 271 | 257 | 301 | 4 | 11 | 0 | 30 | 421 | 15 | 110 |
| Binary | 10111001 | 10101111 | 11000001 | 100 | 1001 | 0 | 11000 | 100010001 | 1101 | 1001000 |
Color Harmonies of #B9AFC1
Complementary color
Monochromatic Colors of #B9AFC1
Black with #B9AFC1
Text Example
Text Example
White with #B9AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFC1; }
p { color: rgb(185,175,193); }
H1.HeaderClassName
{
color: #B9AFC1;
}
.AnyTagClassName
{
color: #B9AFC1;
}
</style>
background-color css
<style>
a { background-color: #B9AFC1; }
a { background-color: rgb(185,175,193); }
div.DivClassName
{
background-color: #B9AFC1;
}
.BgClassName
{
background-color: #B9AFC1;
}
</style>
border-color css
<style>
span { border-color: #B9AFC1; }
span { border-color: rgb(185,175,193); }
td.TdClassName
{
border-color: #B9AFC1;
}
.TagClassName
{
border-color: #B9AFC1;
}
</style>