#B7AAC3

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

Shades of French Grey #B7AAC3

Tints of French Grey #B7AAC3

Color information

#B7AAC3 (or 0xB7AAC3) is unknown color: approx French Grey. HEX triplet: B7, AA and C3. RGB value is (183,170,195). Sum of RGB (Red+Green+Blue) = 183+170+195=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAC3 is #48553C. Grayscale: #B0B0B0. Windows color (decimal): -4740413 or 12823223. OLE color: 12823223.

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

Color convert

RGB183170195-
CMYK0.060.1300.24
HSL271.2º17.24%71.57%-
HSV(B)271.2º12.82%76.47%-
XYZ43.7542.7657.58-
YUV176.74138.31132.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 195 (76.56% from 255) = 35.58%
R=33.39%
G=31.02%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831701950.060.1300.24271.217.2471.57
HexB7AAC36D01810f1148
Octal26725230361503041721110
Binary1011011110101010110000111101101011000100001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AAC3; }

 p { color: rgb(183,170,195); }

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

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

 a { background-color: rgb(183,170,195); }

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

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

 span { border-color: rgb(183,170,195); }

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