Shades of French Grey #B9AEC3
Tints of French Grey #B9AEC3
RGB
CMYK
RGB Variations
Color information
#B9AEC3 (or 0xB9AEC3) is known color: French Grey. HEX triplet: B9, AE and C3. RGB value is (185,174,195). Sum of RGB (Red+Green+Blue) = 185+174+195=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC3 is #46513C. Grayscale: #B3B3B3. Windows color (decimal): -4608317 or 12824249. OLE color: 12824249.
HSL color Cylindrical-coordinate representation of color #B9AEC3: hue angle of 271.43º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9AEC3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 185 | 174 | 195 | - |
CMYK | 0.05 | 0.11 | 0 | 0.24 |
HSL | 271.43º | 0.15% | 0.72% | - |
HSV(B) | 271.43º | 0.11% | 0.76% | - |
XYZ | 44.99 | 44.53 | 57.85 | - |
YUV | 179.68 | 136.64 | 131.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 174 | 195 | 0.05 | 0.11 | 0 | 0.24 | 271.43 | 0.15 | 0.72 |
Hex | B9 | AE | C3 | 5 | B | 0 | 18 | 10F | F | 48 |
Octal | 271 | 256 | 303 | 5 | 13 | 0 | 30 | 417 | 17 | 110 |
Binary | 10111001 | 10101110 | 11000011 | 101 | 1011 | 0 | 11000 | 100001111 | 1111 | 1001000 |
Color Harmonies of #B9AEC3
Complementary color
Monochromatic Colors of #B9AEC3
Black with #B9AEC3
Text Example
Text Example
White with #B9AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AEC3; }
p { color: rgb(185,174,195); }
H1.HeaderClassName
{
color: #B9AEC3;
}
.AnyTagClassName
{
color: #B9AEC3;
}
</style>
background-color css
<style>
a { background-color: #B9AEC3; }
a { background-color: rgb(185,174,195); }
div.DivClassName
{
background-color: #B9AEC3;
}
.BgClassName
{
background-color: #B9AEC3;
}
</style>
border-color css
<style>
span { border-color: #B9AEC3; }
span { border-color: rgb(185,174,195); }
td.TdClassName
{
border-color: #B9AEC3;
}
.TagClassName
{
border-color: #B9AEC3;
}
</style>