#B1ACD6

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

Shades of Lavender Grey #B1ACD6

Tints of Lavender Grey #B1ACD6

Color information

#B1ACD6 (or 0xB1ACD6) is unknown color: approx Lavender Grey. HEX triplet: B1, AC and D6. RGB value is (177,172,214). Sum of RGB (Red+Green+Blue) = 177+172+214=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #B1ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACD6 is #4E5329. Grayscale: #B2B2B2. Windows color (decimal): -5133098 or 14068913. OLE color: 14068913.

HSL color Cylindrical-coordinate representation of color #B1ACD6: hue angle of 247.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1ACD6 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177172214-
CMYK0.170.2000.16
HSL247.14º33.87%75.69%-
HSV(B)247.14º19.63%83.92%-
XYZ45.0243.7169.68-
YUV178.28148.16127.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=31.44%
G=30.55%
B=38.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771722140.170.2000.16247.1433.8775.69
HexB1ACD61114010f7224c
Octal261254326212402036742114
Binary1011000110101100110101101000110100010000111101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACD6; }

 p { color: rgb(177,172,214); }

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

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

 a { background-color: rgb(177,172,214); }

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

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

 span { border-color: rgb(177,172,214); }

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