#B6ACC4

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

Shades of French Grey #B6ACC4

Tints of French Grey #B6ACC4

Color information

#B6ACC4 (or 0xB6ACC4) is unknown color: approx French Grey. HEX triplet: B6, AC and C4. RGB value is (182,172,196). Sum of RGB (Red+Green+Blue) = 182+172+196=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #B6ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACC4 is #49533B. Grayscale: #B1B1B1. Windows color (decimal): -4805436 or 12889270. OLE color: 12889270.

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

Color convert

RGB182172196-
CMYK0.070.1200.23
HSL265º16.9%72.16%-
HSV(B)265º12.24%76.86%-
XYZ44.0143.4458.29-
YUV177.73138.31131.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=33.09%
G=31.27%
B=35.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821721960.070.1200.2326516.972.16
HexB6ACC47C0171091148
Octal26625430471402741121110
Binary1011011010101100110001001111100010111100001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACC4; }

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

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

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

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

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

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

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

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