#B3ACDA

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

Shades of Lavender Grey #B3ACDA

Tints of Lavender Grey #B3ACDA

Color information

#B3ACDA (or 0xB3ACDA) is unknown color: approx Lavender Grey. HEX triplet: B3, AC and DA. RGB value is (179,172,218). Sum of RGB (Red+Green+Blue) = 179+172+218=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACDA is #4C5325. Grayscale: #B3B3B3. Windows color (decimal): -5002022 or 14331059. OLE color: 14331059.

HSL color Cylindrical-coordinate representation of color #B3ACDA: hue angle of 249.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3ACDA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179172218-
CMYK0.180.2100.15
HSL249.13º38.33%76.47%-
HSV(B)249.13º21.1%85.49%-
XYZ4644.1572.43-
YUV179.34149.82127.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.46%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=31.46%
G=30.23%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791722180.180.2100.15249.1338.3376.47
HexB3ACDA12150Ff9264c
Octal263254332222501737146114
Binary101100111010110011011010100101010101111111110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACDA; }

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

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

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

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

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

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

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

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