#B3AADA

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

Shades of Lavender Grey #B3AADA

Tints of Lavender Grey #B3AADA

Color information

#B3AADA (or 0xB3AADA) is unknown color: approx Lavender Grey. HEX triplet: B3, AA and DA. RGB value is (179,170,218). Sum of RGB (Red+Green+Blue) = 179+170+218=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AADA is #4C5525. Grayscale: #B1B1B1. Windows color (decimal): -5002534 or 14330547. OLE color: 14330547.

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

Color convert

RGB179170218-
CMYK0.180.2200.15
HSL251.25º39.34%76.08%-
HSV(B)251.25º22.02%85.49%-
XYZ45.6243.472.3-
YUV178.16150.48128.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=31.57%
G=29.98%
B=38.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791702180.180.2200.15251.2539.3476.08
HexB3AADA12160Ffb274c
Octal263252332222601737347114
Binary101100111010101011011010100101011001111111110111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AADA; }

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

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

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

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

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

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

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

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