#B3ACC1

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

Shades of French Grey #B3ACC1

Tints of French Grey #B3ACC1

Color information

#B3ACC1 (or 0xB3ACC1) is unknown color: approx French Grey. HEX triplet: B3, AC and C1. RGB value is (179,172,193). Sum of RGB (Red+Green+Blue) = 179+172+193=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACC1 is #4C533E. Grayscale: #B0B0B0. Windows color (decimal): -5002047 or 12692659. OLE color: 12692659.

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

Color convert

RGB179172193-
CMYK0.070.1100.24
HSL260º14.48%71.57%-
HSV(B)260º10.88%75.69%-
XYZ42.9742.9456.48-
YUV176.49137.32129.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=32.90%
G=31.62%
B=35.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791721930.070.1100.2426014.4871.57
HexB3ACC17B018104e48
Octal26325430171303040416110
Binary101100111010110011000001111101101100010000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACC1; }

 p { color: rgb(179,172,193); }

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

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

 a { background-color: rgb(179,172,193); }

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

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

 span { border-color: rgb(179,172,193); }

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