#B5AEDB

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

Shades of Lavender Grey #B5AEDB

Tints of Lavender Grey #B5AEDB

Color information

#B5AEDB (or 0xB5AEDB) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and DB. RGB value is (181,174,219). Sum of RGB (Red+Green+Blue) = 181+174+219=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEDB is #4A5124. Grayscale: #B5B5B5. Windows color (decimal): -4870437 or 14397109. OLE color: 14397109.

HSL color Cylindrical-coordinate representation of color #B5AEDB: hue angle of 249.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5AEDB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181174219-
CMYK0.170.2100.14
HSL249.33º38.46%77.06%-
HSV(B)249.33º20.55%85.88%-
XYZ46.9845.2173.27-
YUV181.22149.32127.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=31.53%
G=30.31%
B=38.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811742190.170.2100.14249.3338.4677.06
HexB5AEDB11150Ef9264d
Octal265256333212501637146115
Binary101101011010111011011011100011010101110111110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEDB; }

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

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

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

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

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

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

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

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