#B4ACC1

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

Shades of French Grey #B4ACC1

Tints of French Grey #B4ACC1

Color information

#B4ACC1 (or 0xB4ACC1) is unknown color: approx French Grey. HEX triplet: B4, AC and C1. RGB value is (180,172,193). Sum of RGB (Red+Green+Blue) = 180+172+193=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACC1 is #4B533E. Grayscale: #B0B0B0. Windows color (decimal): -4936511 or 12692660. OLE color: 12692660.

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

Color convert

RGB180172193-
CMYK0.070.1100.24
HSL262.86º14.48%71.57%-
HSV(B)262.86º10.88%75.69%-
XYZ43.243.0656.49-
YUV176.79137.15130.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.03%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=33.03%
G=31.56%
B=35.41%

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
Decimal1801721930.070.1100.24262.8614.4871.57
HexB4ACC17B018107e48
Octal26425430171303040716110
Binary101101001010110011000001111101101100010000011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACC1; }

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

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

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

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

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

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

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

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