#B9AEC1

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

Shades of French Grey #B9AEC1

Tints of French Grey #B9AEC1

Color information

#B9AEC1 (or 0xB9AEC1) is unknown color: approx French Grey. HEX triplet: B9, AE and C1. RGB value is (185,174,193). Sum of RGB (Red+Green+Blue) = 185+174+193=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEC1 is #46513E. Grayscale: #B3B3B3. Windows color (decimal): -4608319 or 12693177. OLE color: 12693177.

HSL color Cylindrical-coordinate representation of color #B9AEC1: hue angle of 274.74º degrees, saturation: 0.13, 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 #B9AEC1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185174193-
CMYK0.040.1000.24
HSL274.74º13.29%71.96%-
HSV(B)274.74º9.84%75.69%-
XYZ44.7744.4456.67-
YUV179.46135.64131.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 193 (75.78% from 255) = 34.96%
R=33.51%
G=31.52%
B=34.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851741930.040.1000.24274.7413.2971.96
HexB9AEC14A018113d48
Octal27125630141203042315110
Binary101110011010111011000001100101001100010001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEC1; }

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

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

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

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

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

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

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

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