#B3AEDD

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

Shades of Lavender Grey #B3AEDD

Tints of Lavender Grey #B3AEDD

Color information

#B3AEDD (or 0xB3AEDD) is unknown color: approx Lavender Grey. HEX triplet: B3, AE and DD. RGB value is (179,174,221). Sum of RGB (Red+Green+Blue) = 179+174+221=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEDD is #4C5122. Grayscale: #B4B4B4. Windows color (decimal): -5001507 or 14528179. OLE color: 14528179.

HSL color Cylindrical-coordinate representation of color #B3AEDD: hue angle of 246.38º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3AEDD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179174221-
CMYK0.190.2100.13
HSL246.38º40.87%77.45%-
HSV(B)246.38º21.27%86.67%-
XYZ46.7845.0874.64-
YUV180.85150.66126.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=31.18%
G=30.31%
B=38.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791742210.190.2100.13246.3840.8777.45
HexB3AEDD13150Df6294d
Octal263256335232501536651115
Binary101100111010111011011101100111010101101111101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEDD; }

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

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

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

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

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

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

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

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