#B9AEC6

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

Shades of French Grey #B9AEC6

Tints of French Grey #B9AEC6

Color information

#B9AEC6 (or 0xB9AEC6) is unknown color: approx French Grey. HEX triplet: B9, AE and C6. RGB value is (185,174,198). Sum of RGB (Red+Green+Blue) = 185+174+198=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #B9AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC6 is #465139. Grayscale: #B3B3B3. Windows color (decimal): -4608314 or 13020857. OLE color: 13020857.

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

Color convert

RGB185174198-
CMYK0.070.1200.22
HSL267.5º17.39%72.94%-
HSV(B)267.5º12.12%77.65%-
XYZ45.3444.6659.66-
YUV180.02138.14131.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 198 (77.73% from 255) = 35.55%
R=33.21%
G=31.24%
B=35.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851741980.070.1200.22267.517.3972.94
HexB9AEC67C01610c1149
Octal27125630671402641421111
Binary1011100110101110110001101111100010110100001100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEC6; }

 p { color: rgb(185,174,198); }

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

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

 a { background-color: rgb(185,174,198); }

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

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

 span { border-color: rgb(185,174,198); }

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