#B5AEDE

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

Shades of Lavender Grey #B5AEDE

Tints of Lavender Grey #B5AEDE

Color information

#B5AEDE (or 0xB5AEDE) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and DE. RGB value is (181,174,222). Sum of RGB (Red+Green+Blue) = 181+174+222=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEDE is #4A5121. Grayscale: #B5B5B5. Windows color (decimal): -4870434 or 14593717. OLE color: 14593717.

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

Color convert

RGB181174222-
CMYK0.180.2200.13
HSL248.75º42.11%77.65%-
HSV(B)248.75º21.62%87.06%-
XYZ47.3845.3775.37-
YUV181.56150.82127.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=31.37%
G=30.16%
B=38.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811742220.180.2200.13248.7542.1177.65
HexB5AEDE12160Df92a4e
Octal265256336222601537152116
Binary101101011010111011011110100101011001101111110011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEDE; }

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

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

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

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

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

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

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

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