#B3ACDD

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

Shades of Lavender Grey #B3ACDD

Tints of Lavender Grey #B3ACDD

Color information

#B3ACDD (or 0xB3ACDD) is unknown color: approx Lavender Grey. HEX triplet: B3, AC and DD. RGB value is (179,172,221). Sum of RGB (Red+Green+Blue) = 179+172+221=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACDD is #4C5322. Grayscale: #B3B3B3. Windows color (decimal): -5002019 or 14527667. OLE color: 14527667.

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

Color convert

RGB179172221-
CMYK0.190.2200.13
HSL248.57º41.88%77.06%-
HSV(B)248.57º22.17%86.67%-
XYZ46.3944.3174.51-
YUV179.68151.32127.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=31.29%
G=30.07%
B=38.64%

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
Decimal1791722210.190.2200.13248.5741.8877.06
HexB3ACDD13160Df92a4d
Octal263254335232601537152115
Binary101100111010110011011101100111011001101111110011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACDD; }

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

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

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

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

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

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

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

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