#B4AEDE

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

Shades of Lavender Grey #B4AEDE

Tints of Lavender Grey #B4AEDE

Color information

#B4AEDE (or 0xB4AEDE) is unknown color: approx Lavender Grey. HEX triplet: B4, AE and DE. RGB value is (180,174,222). Sum of RGB (Red+Green+Blue) = 180+174+222=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #B4AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEDE is #4B5121. Grayscale: #B5B5B5. Windows color (decimal): -4935970 or 14593716. OLE color: 14593716.

HSL color Cylindrical-coordinate representation of color #B4AEDE: hue angle of 247.5º 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 #B4AEDE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180174222-
CMYK0.190.2200.13
HSL247.5º42.11%77.65%-
HSV(B)247.5º21.62%87.06%-
XYZ47.1445.2575.36-
YUV181.27150.99127.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=31.25%
G=30.21%
B=38.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801742220.190.2200.13247.542.1177.65
HexB4AEDE13160Df82a4e
Octal264256336232601537052116
Binary101101001010111011011110100111011001101111110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEDE; }

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

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

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

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

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

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

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

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