#B3AAEA

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

Shades of Lavender Grey #B3AAEA

Tints of Lavender Grey #B3AAEA

Color information

#B3AAEA (or 0xB3AAEA) is unknown color: approx Lavender Grey. HEX triplet: B3, AA and EA. RGB value is (179,170,234). Sum of RGB (Red+Green+Blue) = 179+170+234=583 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.70% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAEA is #4C5515. Grayscale: #B3B3B3. Windows color (decimal): -5002518 or 15379123. OLE color: 15379123.

HSL color Cylindrical-coordinate representation of color #B3AAEA: hue angle of 248.44º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3AAEA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179170234-
CMYK0.240.2700.08
HSL248.44º60.38%79.22%-
HSV(B)248.44º27.35%91.76%-
XYZ47.8244.2783.87-
YUV179.99158.48127.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.70%
GREEN value IS 170 (66.80% from 255) = 29.16%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=30.70%
G=29.16%
B=40.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791702340.240.2700.08248.4460.3879.22
HexB3AAEA181B08f83c4f
Octal263252352303301037074117
Binary101100111010101011101010110001101101000111110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAEA; }

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

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

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

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

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

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

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

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