#B5AEDA

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

Shades of Lavender Grey #B5AEDA

Tints of Lavender Grey #B5AEDA

Color information

#B5AEDA (or 0xB5AEDA) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and DA. RGB value is (181,174,218). Sum of RGB (Red+Green+Blue) = 181+174+218=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEDA is #4A5125. Grayscale: #B4B4B4. Windows color (decimal): -4870438 or 14331573. OLE color: 14331573.

HSL color Cylindrical-coordinate representation of color #B5AEDA: hue angle of 249.55º 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 #B5AEDA is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181174218-
CMYK0.170.2000.15
HSL249.55º37.29%76.86%-
HSV(B)249.55º20.18%85.49%-
XYZ46.8545.1672.58-
YUV181.11148.82127.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=31.59%
G=30.37%
B=38.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811742180.170.2000.15249.5537.2976.86
HexB5AEDA11140Ffa254d
Octal265256332212401737245115
Binary101101011010111011011010100011010001111111110101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEDA; }

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

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

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

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

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

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

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

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