#B9ACC5

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

Shades of French Grey #B9ACC5

Tints of French Grey #B9ACC5

Color information

#B9ACC5 (or 0xB9ACC5) is unknown color: approx French Grey. HEX triplet: B9, AC and C5. RGB value is (185,172,197). Sum of RGB (Red+Green+Blue) = 185+172+197=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #B9ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACC5 is #46533A. Grayscale: #B2B2B2. Windows color (decimal): -4608827 or 12954809. OLE color: 12954809.

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

Color convert

RGB185172197-
CMYK0.060.1300.23
HSL271.2º17.73%72.35%-
HSV(B)271.2º12.69%77.25%-
XYZ44.8443.8558.92-
YUV178.74138.31132.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 197 (77.34% from 255) = 35.56%
R=33.39%
G=31.05%
B=35.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851721970.060.1300.23271.217.7372.35
HexB9ACC56D01710f1248
Octal27125430561502741722110
Binary1011100110101100110001011101101010111100001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACC5; }

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

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

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

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

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

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

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

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