#B6ACC3

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

Shades of French Grey #B6ACC3

Tints of French Grey #B6ACC3

Color information

#B6ACC3 (or 0xB6ACC3) is unknown color: approx French Grey. HEX triplet: B6, AC and C3. RGB value is (182,172,195). Sum of RGB (Red+Green+Blue) = 182+172+195=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #B6ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACC3 is #49533C. Grayscale: #B1B1B1. Windows color (decimal): -4805437 or 12823734. OLE color: 12823734.

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

Color convert

RGB182172195-
CMYK0.070.1200.24
HSL266.09º16.08%71.96%-
HSV(B)266.09º11.79%76.47%-
XYZ43.8943.3957.69-
YUV177.61137.81131.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=33.15%
G=31.33%
B=35.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821721950.070.1200.24266.0916.0871.96
HexB6ACC37C01810a1048
Octal26625430371403041220110
Binary1011011010101100110000111111100011000100001010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACC3; }

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

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

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

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

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

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

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

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