#B2AEDA

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

Shades of Lavender Grey #B2AEDA

Tints of Lavender Grey #B2AEDA

Color information

#B2AEDA (or 0xB2AEDA) is unknown color: approx Lavender Grey. HEX triplet: B2, AE and DA. RGB value is (178,174,218). Sum of RGB (Red+Green+Blue) = 178+174+218=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDA is #4D5125. Grayscale: #B4B4B4. Windows color (decimal): -5067046 or 14331570. OLE color: 14331570.

HSL color Cylindrical-coordinate representation of color #B2AEDA: hue angle of 245.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2AEDA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178174218-
CMYK0.180.2000.15
HSL245.45º37.29%76.86%-
HSV(B)245.45º20.18%85.49%-
XYZ46.1544.872.54-
YUV180.21149.33126.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=31.23%
G=30.53%
B=38.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781742180.180.2000.15245.4537.2976.86
HexB2AEDA12140Ff5254d
Octal262256332222401736545115
Binary101100101010111011011010100101010001111111101011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AEDA; }

 p { color: rgb(178,174,218); }

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

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

 a { background-color: rgb(178,174,218); }

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

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

 span { border-color: rgb(178,174,218); }

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