#B9AEC3

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

Shades of French Grey #B9AEC3

Tints of French Grey #B9AEC3

Color information

#B9AEC3 (or 0xB9AEC3) is unknown color: approx 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

RGB185174195-
CMYK0.050.1100.24
HSL271.43º14.89%72.35%-
HSV(B)271.43º10.77%76.47%-
XYZ44.9944.5357.85-
YUV179.68136.64131.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=33.39%
G=31.41%
B=35.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851741950.050.1100.24271.4314.8972.35
HexB9AEC35B01810ff48
Octal27125630351303041717110
Binary101110011010111011000011101101101100010000111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>