#B3AEDC

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

Shades of Lavender Grey #B3AEDC

Tints of Lavender Grey #B3AEDC

Color information

#B3AEDC (or 0xB3AEDC) is unknown color: approx Lavender Grey. HEX triplet: B3, AE and DC. RGB value is (179,174,220). Sum of RGB (Red+Green+Blue) = 179+174+220=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEDC is #4C5123. Grayscale: #B4B4B4. Windows color (decimal): -5001508 or 14462643. OLE color: 14462643.

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

Color convert

RGB179174220-
CMYK0.190.2100.14
HSL246.52º39.66%77.25%-
HSV(B)246.52º20.91%86.27%-
XYZ46.6445.0273.94-
YUV180.74150.16126.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=31.24%
G=30.37%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791742200.190.2100.14246.5239.6677.25
HexB3AEDC13150Ef7284d
Octal263256334232501636750115
Binary101100111010111011011100100111010101110111101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEDC; }

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

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

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

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

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

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

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

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