#B2AAEA

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

Shades of Lavender Grey #B2AAEA

Tints of Lavender Grey #B2AAEA

Color information

#B2AAEA (or 0xB2AAEA) is unknown color: approx Lavender Grey. HEX triplet: B2, AA and EA. RGB value is (178,170,234). Sum of RGB (Red+Green+Blue) = 178+170+234=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAEA is #4D5515. Grayscale: #B3B3B3. Windows color (decimal): -5068054 or 15379122. OLE color: 15379122.

HSL color Cylindrical-coordinate representation of color #B2AAEA: hue angle of 247.5º 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 #B2AAEA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178170234-
CMYK0.240.2700.08
HSL247.5º60.38%79.22%-
HSV(B)247.5º27.35%91.76%-
XYZ47.5944.1583.86-
YUV179.69158.65126.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.58%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=30.58%
G=29.21%
B=40.21%

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
Decimal1781702340.240.2700.08247.560.3879.22
HexB2AAEA181B08f83c4f
Octal262252352303301037074117
Binary101100101010101011101010110001101101000111110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AAEA; }

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

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

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

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

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

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

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

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