#B9ACC3

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

Shades of French Grey #B9ACC3

Tints of French Grey #B9ACC3

Color information

#B9ACC3 (or 0xB9ACC3) is unknown color: approx French Grey. HEX triplet: B9, AC and C3. RGB value is (185,172,195). Sum of RGB (Red+Green+Blue) = 185+172+195=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACC3 is #46533C. Grayscale: #B2B2B2. Windows color (decimal): -4608829 or 12823737. OLE color: 12823737.

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

Color convert

RGB185172195-
CMYK0.050.1200.24
HSL273.91º16.08%71.96%-
HSV(B)273.91º11.79%76.47%-
XYZ44.6143.7657.72-
YUV178.51137.31132.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 195 (76.56% from 255) = 35.33%
R=33.51%
G=31.16%
B=35.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851721950.050.1200.24273.9116.0871.96
HexB9ACC35C0181121048
Octal27125430351403042220110
Binary1011100110101100110000111011100011000100010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACC3; }

 p { color: rgb(185,172,195); }

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

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

 a { background-color: rgb(185,172,195); }

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

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

 span { border-color: rgb(185,172,195); }

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