#B4AEDC

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

Shades of Lavender Grey #B4AEDC

Tints of Lavender Grey #B4AEDC

Color information

#B4AEDC (or 0xB4AEDC) is unknown color: approx Lavender Grey. HEX triplet: B4, AE and DC. RGB value is (180,174,220). Sum of RGB (Red+Green+Blue) = 180+174+220=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEDC is #4B5123. Grayscale: #B4B4B4. Windows color (decimal): -4935972 or 14462644. OLE color: 14462644.

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

Color convert

RGB180174220-
CMYK0.180.2100.14
HSL247.83º39.66%77.25%-
HSV(B)247.83º20.91%86.27%-
XYZ46.8845.1473.95-
YUV181.04149.99127.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=31.36%
G=30.31%
B=38.33%

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
Decimal1801742200.180.2100.14247.8339.6677.25
HexB4AEDC12150Ef8284d
Octal264256334222501637050115
Binary101101001010111011011100100101010101110111110001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEDC; }

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

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

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

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

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

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

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

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