#B4AEDB

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

Shades of Lavender Grey #B4AEDB

Tints of Lavender Grey #B4AEDB

Color information

#B4AEDB (or 0xB4AEDB) is unknown color: approx Lavender Grey. HEX triplet: B4, AE and DB. RGB value is (180,174,219). Sum of RGB (Red+Green+Blue) = 180+174+219=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEDB is #4B5124. Grayscale: #B4B4B4. Windows color (decimal): -4935973 or 14397108. OLE color: 14397108.

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

Color convert

RGB180174219-
CMYK0.180.2100.14
HSL248º38.46%77.06%-
HSV(B)248º20.55%85.88%-
XYZ46.7445.0973.26-
YUV180.92149.49127.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=31.41%
G=30.37%
B=38.22%

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
Decimal1801742190.180.2100.1424838.4677.06
HexB4AEDB12150Ef8264d
Octal264256333222501637046115
Binary101101001010111011011011100101010101110111110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEDB; }

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

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

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

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

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

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

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

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