#B9ACC6

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

Shades of French Grey #B9ACC6

Tints of French Grey #B9ACC6

Color information

#B9ACC6 (or 0xB9ACC6) is unknown color: approx French Grey. HEX triplet: B9, AC and C6. RGB value is (185,172,198). Sum of RGB (Red+Green+Blue) = 185+172+198=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #B9ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACC6 is #465339. Grayscale: #B2B2B2. Windows color (decimal): -4608826 or 13020345. OLE color: 13020345.

HSL color Cylindrical-coordinate representation of color #B9ACC6: hue angle of 270º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9ACC6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185172198-
CMYK0.070.1300.22
HSL270º18.57%72.55%-
HSV(B)270º13.13%77.65%-
XYZ44.9543.959.53-
YUV178.85138.81132.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 198 (77.73% from 255) = 35.68%
R=33.33%
G=30.99%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851721980.070.1300.2227018.5772.55
HexB9ACC67D01610e1349
Octal27125430671502641623111
Binary1011100110101100110001101111101010110100001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACC6; }

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

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

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

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

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

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

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

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