#B5AEDC

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

Shades of Lavender Grey #B5AEDC

Tints of Lavender Grey #B5AEDC

Color information

#B5AEDC (or 0xB5AEDC) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and DC. RGB value is (181,174,220). Sum of RGB (Red+Green+Blue) = 181+174+220=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEDC is #4A5123. Grayscale: #B5B5B5. Windows color (decimal): -4870436 or 14462645. OLE color: 14462645.

HSL color Cylindrical-coordinate representation of color #B5AEDC: hue angle of 249.13º degrees, saturation: 0.4, 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 #B5AEDC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181174220-
CMYK0.180.2100.14
HSL249.13º39.66%77.25%-
HSV(B)249.13º20.91%86.27%-
XYZ47.1145.2673.96-
YUV181.34149.82127.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=31.48%
G=30.26%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811742200.180.2100.14249.1339.6677.25
HexB5AEDC12150Ef9284d
Octal265256334222501637150115
Binary101101011010111011011100100101010101110111110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEDC; }

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

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

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

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

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

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

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

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