#B9AEC2

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

Shades of French Grey #B9AEC2

Tints of French Grey #B9AEC2

Color information

#B9AEC2 (or 0xB9AEC2) is unknown color: approx French Grey. HEX triplet: B9, AE and C2. RGB value is (185,174,194). Sum of RGB (Red+Green+Blue) = 185+174+194=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9AEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC2 is #46513D. Grayscale: #B3B3B3. Windows color (decimal): -4608318 or 12758713. OLE color: 12758713.

HSL color Cylindrical-coordinate representation of color #B9AEC2: hue angle of 273º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9AEC2 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185174194-
CMYK0.050.1000.24
HSL273º14.08%72.16%-
HSV(B)273º10.31%76.08%-
XYZ44.8844.4857.26-
YUV179.57136.14131.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 194 (76.17% from 255) = 35.08%
R=33.45%
G=31.46%
B=35.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851741940.050.1000.2427314.0872.16
HexB9AEC25A018111e48
Octal27125630251203042116110
Binary101110011010111011000010101101001100010001000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEC2; }

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

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

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

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

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

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

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

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