#B3AEDB

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

Shades of Lavender Grey #B3AEDB

Tints of Lavender Grey #B3AEDB

Color information

#B3AEDB (or 0xB3AEDB) is unknown color: approx Lavender Grey. HEX triplet: B3, AE and DB. RGB value is (179,174,219). Sum of RGB (Red+Green+Blue) = 179+174+219=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEDB is #4C5124. Grayscale: #B4B4B4. Windows color (decimal): -5001509 or 14397107. OLE color: 14397107.

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

Color convert

RGB179174219-
CMYK0.180.2100.14
HSL246.67º38.46%77.06%-
HSV(B)246.67º20.55%85.88%-
XYZ46.5144.9773.25-
YUV180.62149.66126.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=31.29%
G=30.42%
B=38.29%

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
Decimal1791742190.180.2100.14246.6738.4677.06
HexB3AEDB12150Ef7264d
Octal263256333222501636746115
Binary101100111010111011011011100101010101110111101111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEDB; }

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

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

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

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

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

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

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

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