#B9AAC7

Color #B9AAC7 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #B9AAC7

Tints of French Grey #B9AAC7

Color information

#B9AAC7 (or 0xB9AAC7) is unknown color: approx French Grey. HEX triplet: B9, AA and C7. RGB value is (185,170,199). Sum of RGB (Red+Green+Blue) = 185+170+199=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 199 - color contains mainly: blue. Hex color #B9AAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAC7 is #465538. Grayscale: #B1B1B1. Windows color (decimal): -4609337 or 13085369. OLE color: 13085369.

HSL color Cylindrical-coordinate representation of color #B9AAC7: hue angle of 271.03º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9AAC7 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185170199-
CMYK0.070.1500.22
HSL271.03º20.57%72.35%-
HSV(B)271.03º14.57%78.04%-
XYZ44.6943.1960.01-
YUV177.79139.97133.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=33.39%
G=30.69%
B=35.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851701990.070.1500.22271.0320.5772.35
HexB9AAC77F01610f1548
Octal27125230771702641725110
Binary1011100110101010110001111111111010110100001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAC7; }

 p { color: rgb(185,170,199); }

 H1.HeaderClassName
 {
   color: #B9AAC7;
 }
 .AnyTagClassName
 {
   color: #B9AAC7;
 }
</style>
background-color css

<style>
 a { background-color: #B9AAC7; }

 a { background-color: rgb(185,170,199); }

 div.DivClassName
 {
   background-color: #B9AAC7;
 }
 .BgClassName
 {
   background-color: #B9AAC7;
 }
</style>
border-color css

<style>
 span { border-color: #B9AAC7; }

 span { border-color: rgb(185,170,199); }

 td.TdClassName
 {
   border-color: #B9AAC7;
 }
 .TagClassName
 {
   border-color: #B9AAC7;
 }
</style>