#B2ACDD

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

Shades of Lavender Grey #B2ACDD

Tints of Lavender Grey #B2ACDD

Color information

#B2ACDD (or 0xB2ACDD) is unknown color: approx Lavender Grey. HEX triplet: B2, AC and DD. RGB value is (178,172,221). Sum of RGB (Red+Green+Blue) = 178+172+221=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACDD is #4D5322. Grayscale: #B3B3B3. Windows color (decimal): -5067555 or 14527666. OLE color: 14527666.

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

Color convert

RGB178172221-
CMYK0.190.2200.13
HSL247.35º41.88%77.06%-
HSV(B)247.35º22.17%86.67%-
XYZ46.1644.1974.5-
YUV179.38151.49127.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=31.17%
G=30.12%
B=38.70%

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
Decimal1781722210.190.2200.13247.3541.8877.06
HexB2ACDD13160Df72a4d
Octal262254335232601536752115
Binary101100101010110011011101100111011001101111101111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACDD; }

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

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

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

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

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

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

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

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