#B3AEDA

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

Shades of Lavender Grey #B3AEDA

Tints of Lavender Grey #B3AEDA

Color information

#B3AEDA (or 0xB3AEDA) is unknown color: approx Lavender Grey. HEX triplet: B3, AE and DA. RGB value is (179,174,218). Sum of RGB (Red+Green+Blue) = 179+174+218=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEDA is #4C5125. Grayscale: #B4B4B4. Windows color (decimal): -5001510 or 14331571. OLE color: 14331571.

HSL color Cylindrical-coordinate representation of color #B3AEDA: hue angle of 246.82º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3AEDA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179174218-
CMYK0.180.2000.15
HSL246.82º37.29%76.86%-
HSV(B)246.82º20.18%85.49%-
XYZ46.3844.9272.56-
YUV180.51149.16126.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=31.35%
G=30.47%
B=38.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791742180.180.2000.15246.8237.2976.86
HexB3AEDA12140Ff7254d
Octal263256332222401736745115
Binary101100111010111011011010100101010001111111101111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEDA; }

 p { color: rgb(179,174,218); }

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

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

 a { background-color: rgb(179,174,218); }

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

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

 span { border-color: rgb(179,174,218); }

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