#B9AEC4

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

Shades of French Grey #B9AEC4

Tints of French Grey #B9AEC4

Color information

#B9AEC4 (or 0xB9AEC4) is unknown color: approx French Grey. HEX triplet: B9, AE and C4. RGB value is (185,174,196). Sum of RGB (Red+Green+Blue) = 185+174+196=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #B9AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC4 is #46513B. Grayscale: #B3B3B3. Windows color (decimal): -4608316 or 12889785. OLE color: 12889785.

HSL color Cylindrical-coordinate representation of color #B9AEC4: hue angle of 270º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9AEC4 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB185174196-
CMYK0.060.1100.23
HSL270º15.71%72.55%-
HSV(B)270º11.22%76.86%-
XYZ45.1144.5758.45-
YUV179.8137.14131.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=33.33%
G=31.35%
B=35.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851741960.060.1100.2327015.7172.55
HexB9AEC46B01710e1049
Octal27125630461302741620111
Binary1011100110101110110001001101011010111100001110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEC4; }

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

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

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

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

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

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

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

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