Shades of French Grey #B9AEC5
Tints of French Grey #B9AEC5
RGB
CMYK
RGB Variations
Color information
#B9AEC5 (or 0xB9AEC5) is known color: French Grey. HEX triplet: B9, AE and C5. RGB value is (185,174,197). Sum of RGB (Red+Green+Blue) = 185+174+197=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #B9AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC5 is #46513A. Grayscale: #B3B3B3. Windows color (decimal): -4608315 or 12955321. OLE color: 12955321.
HSL color Cylindrical-coordinate representation of color #B9AEC5: hue angle of 268.7º 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 #B9AEC5 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 185 | 174 | 197 | - |
CMYK | 0.06 | 0.12 | 0 | 0.23 |
HSL | 268.7º | 0.17% | 0.73% | - |
HSV(B) | 268.7º | 0.12% | 0.77% | - |
XYZ | 45.22 | 44.62 | 59.05 | - |
YUV | 179.91 | 137.64 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 174 | 197 | 0.06 | 0.12 | 0 | 0.23 | 268.7 | 0.17 | 0.73 |
Hex | B9 | AE | C5 | 6 | C | 0 | 17 | 10D | 11 | 49 |
Octal | 271 | 256 | 305 | 6 | 14 | 0 | 27 | 415 | 21 | 111 |
Binary | 10111001 | 10101110 | 11000101 | 110 | 1100 | 0 | 10111 | 100001101 | 10001 | 1001001 |
Color Harmonies of #B9AEC5
Complementary color
Monochromatic Colors of #B9AEC5
Black with #B9AEC5
Text Example
Text Example
White with #B9AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AEC5; }
p { color: rgb(185,174,197); }
H1.HeaderClassName
{
color: #B9AEC5;
}
.AnyTagClassName
{
color: #B9AEC5;
}
</style>
background-color css
<style>
a { background-color: #B9AEC5; }
a { background-color: rgb(185,174,197); }
div.DivClassName
{
background-color: #B9AEC5;
}
.BgClassName
{
background-color: #B9AEC5;
}
</style>
border-color css
<style>
span { border-color: #B9AEC5; }
span { border-color: rgb(185,174,197); }
td.TdClassName
{
border-color: #B9AEC5;
}
.TagClassName
{
border-color: #B9AEC5;
}
</style>