#B1ACDD

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

Shades of Lavender Grey #B1ACDD

Tints of Lavender Grey #B1ACDD

Color information

#B1ACDD (or 0xB1ACDD) is unknown color: approx Lavender Grey. HEX triplet: B1, AC and DD. RGB value is (177,172,221). Sum of RGB (Red+Green+Blue) = 177+172+221=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACDD is #4E5322. Grayscale: #B2B2B2. Windows color (decimal): -5133091 or 14527665. OLE color: 14527665.

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

Color convert

RGB177172221-
CMYK0.200.2200.13
HSL246.12º41.88%77.06%-
HSV(B)246.12º22.17%86.67%-
XYZ45.9444.0774.49-
YUV179.08151.66126.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=31.05%
G=30.18%
B=38.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771722210.200.2200.13246.1241.8877.06
HexB1ACDD14160Df62a4d
Octal261254335242601536652115
Binary101100011010110011011101101001011001101111101101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACDD; }

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

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

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

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

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

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

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

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