#B9AEC7

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

Shades of French Grey #B9AEC7

Tints of French Grey #B9AEC7

Color information

#B9AEC7 (or 0xB9AEC7) is unknown color: approx French Grey. HEX triplet: B9, AE and C7. RGB value is (185,174,199). Sum of RGB (Red+Green+Blue) = 185+174+199=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #B9AEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC7 is #465138. Grayscale: #B4B4B4. Windows color (decimal): -4608313 or 13086393. OLE color: 13086393.

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

Color convert

RGB185174199-
CMYK0.070.1300.22
HSL266.4º18.25%73.14%-
HSV(B)266.4º12.56%78.04%-
XYZ45.4544.7160.27-
YUV180.14138.64131.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=33.15%
G=31.18%
B=35.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851741990.070.1300.22266.418.2573.14
HexB9AEC77D01610a1249
Octal27125630771502641222111
Binary1011100110101110110001111111101010110100001010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEC7; }

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

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

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

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

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

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

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

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