#B6AAC4

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

Shades of French Grey #B6AAC4

Tints of French Grey #B6AAC4

Color information

#B6AAC4 (or 0xB6AAC4) is unknown color: approx French Grey. HEX triplet: B6, AA and C4. RGB value is (182,170,196). Sum of RGB (Red+Green+Blue) = 182+170+196=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 196 - color contains mainly: blue. Hex color #B6AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAC4 is #49553B. Grayscale: #B0B0B0. Windows color (decimal): -4805948 or 12888758. OLE color: 12888758.

HSL color Cylindrical-coordinate representation of color #B6AAC4: hue angle of 267.69º 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 #B6AAC4 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB182170196-
CMYK0.070.1300.23
HSL267.69º18.06%71.76%-
HSV(B)267.69º13.27%76.86%-
XYZ43.6342.6858.16-
YUV176.55138.98131.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.21%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=33.21%
G=31.02%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821701960.070.1300.23267.6918.0671.76
HexB6AAC47D01710c1248
Octal26625230471502741422110
Binary1011011010101010110001001111101010111100001100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAC4; }

 p { color: rgb(182,170,196); }

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

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

 a { background-color: rgb(182,170,196); }

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

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

 span { border-color: rgb(182,170,196); }

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