#B2AAE1

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

Shades of Lavender Grey #B2AAE1

Tints of Lavender Grey #B2AAE1

Color information

#B2AAE1 (or 0xB2AAE1) is unknown color: approx Lavender Grey. HEX triplet: B2, AA and E1. RGB value is (178,170,225). Sum of RGB (Red+Green+Blue) = 178+170+225=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #B2AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAE1 is #4D551E. Grayscale: #B2B2B2. Windows color (decimal): -5068063 or 14789298. OLE color: 14789298.

HSL color Cylindrical-coordinate representation of color #B2AAE1: hue angle of 248.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2AAE1 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178170225-
CMYK0.210.2400.12
HSL248.73º47.83%77.45%-
HSV(B)248.73º24.44%88.24%-
XYZ46.3343.6577.22-
YUV178.66154.15127.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=31.06%
G=29.67%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781702250.210.2400.12248.7347.8377.45
HexB2AAE115180Cf9304d
Octal262252341253001437160115
Binary101100101010101011100001101011100001100111110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AAE1; }

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

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

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

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

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

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

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

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