#B4ACDD

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

Shades of Lavender Grey #B4ACDD

Tints of Lavender Grey #B4ACDD

Color information

#B4ACDD (or 0xB4ACDD) is unknown color: approx Lavender Grey. HEX triplet: B4, AC and DD. RGB value is (180,172,221). Sum of RGB (Red+Green+Blue) = 180+172+221=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACDD is #4B5322. Grayscale: #B3B3B3. Windows color (decimal): -4936483 or 14527668. OLE color: 14527668.

HSL color Cylindrical-coordinate representation of color #B4ACDD: hue angle of 249.8º 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 #B4ACDD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180172221-
CMYK0.190.2200.13
HSL249.8º41.88%77.06%-
HSV(B)249.8º22.17%86.67%-
XYZ46.6344.4374.52-
YUV179.98151.15128.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=31.41%
G=30.02%
B=38.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801722210.190.2200.13249.841.8877.06
HexB4ACDD13160Dfa2a4d
Octal264254335232601537252115
Binary101101001010110011011101100111011001101111110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACDD; }

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

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

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

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

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

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

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

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