#B4AEDF

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

Shades of Lavender Grey #B4AEDF

Tints of Lavender Grey #B4AEDF

Color information

#B4AEDF (or 0xB4AEDF) is unknown color: approx Lavender Grey. HEX triplet: B4, AE and DF. RGB value is (180,174,223). Sum of RGB (Red+Green+Blue) = 180+174+223=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEDF is #4B5120. Grayscale: #B5B5B5. Windows color (decimal): -4935969 or 14659252. OLE color: 14659252.

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

Color convert

RGB180174223-
CMYK0.190.2200.13
HSL247.35º43.36%77.84%-
HSV(B)247.35º21.97%87.45%-
XYZ47.2845.376.06-
YUV181.38151.49127.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=31.20%
G=30.16%
B=38.65%

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
Decimal1801742230.190.2200.13247.3543.3677.84
HexB4AEDF13160Df72b4e
Octal264256337232601536753116
Binary101101001010111011011111100111011001101111101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEDF; }

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

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

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

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

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

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

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

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