#B1ACDE

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

Shades of Lavender Grey #B1ACDE

Tints of Lavender Grey #B1ACDE

Color information

#B1ACDE (or 0xB1ACDE) is unknown color: approx Lavender Grey. HEX triplet: B1, AC and DE. RGB value is (177,172,222). Sum of RGB (Red+Green+Blue) = 177+172+222=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACDE is #4E5321. Grayscale: #B3B3B3. Windows color (decimal): -5133090 or 14593201. OLE color: 14593201.

HSL color Cylindrical-coordinate representation of color #B1ACDE: hue angle of 246º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1ACDE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177172222-
CMYK0.200.2300.13
HSL246º43.1%77.25%-
HSV(B)246º22.52%87.06%-
XYZ46.0744.1375.2-
YUV179.2152.16126.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=31.00%
G=30.12%
B=38.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771722220.200.2300.1324643.177.25
HexB1ACDE14170Df62b4d
Octal261254336242701536653115
Binary101100011010110011011110101001011101101111101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACDE; }

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

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

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

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

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

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

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

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