#B5AEDD

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

Shades of Lavender Grey #B5AEDD

Tints of Lavender Grey #B5AEDD

Color information

#B5AEDD (or 0xB5AEDD) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and DD. RGB value is (181,174,221). Sum of RGB (Red+Green+Blue) = 181+174+221=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEDD is #4A5122. Grayscale: #B5B5B5. Windows color (decimal): -4870435 or 14528181. OLE color: 14528181.

HSL color Cylindrical-coordinate representation of color #B5AEDD: hue angle of 248.94º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5AEDD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181174221-
CMYK0.180.2100.13
HSL248.94º40.87%77.45%-
HSV(B)248.94º21.27%86.67%-
XYZ47.2445.3274.66-
YUV181.45150.32127.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=31.42%
G=30.21%
B=38.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811742210.180.2100.13248.9440.8777.45
HexB5AEDD12150Df9294d
Octal265256335222501537151115
Binary101101011010111011011101100101010101101111110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEDD; }

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

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

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

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

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

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

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

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