#B4AEDD

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

Shades of Lavender Grey #B4AEDD

Tints of Lavender Grey #B4AEDD

Color information

#B4AEDD (or 0xB4AEDD) is unknown color: approx Lavender Grey. HEX triplet: B4, AE and DD. RGB value is (180,174,221). Sum of RGB (Red+Green+Blue) = 180+174+221=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEDD is #4B5122. Grayscale: #B4B4B4. Windows color (decimal): -4935971 or 14528180. OLE color: 14528180.

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

Color convert

RGB180174221-
CMYK0.190.2100.13
HSL247.66º40.87%77.45%-
HSV(B)247.66º21.27%86.67%-
XYZ47.0145.274.65-
YUV181.15150.49127.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=31.30%
G=30.26%
B=38.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801742210.190.2100.13247.6640.8777.45
HexB4AEDD13150Df8294d
Octal264256335232501537051115
Binary101101001010111011011101100111010101101111110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEDD; }

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

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

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

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

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

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

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

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