#B3ADDB

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

Shades of Lavender Grey #B3ADDB

Tints of Lavender Grey #B3ADDB

Color information

#B3ADDB (or 0xB3ADDB) is unknown color: approx Lavender Grey. HEX triplet: B3, AD and DB. RGB value is (179,173,219). Sum of RGB (Red+Green+Blue) = 179+173+219=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADDB is #4C5224. Grayscale: #B3B3B3. Windows color (decimal): -5001765 or 14396851. OLE color: 14396851.

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

Color convert

RGB179173219-
CMYK0.180.2100.14
HSL247.83º38.98%76.86%-
HSV(B)247.83º21%85.88%-
XYZ46.3244.5973.18-
YUV180.04149.99127.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=31.35%
G=30.30%
B=38.35%

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
Decimal1791732190.180.2100.14247.8338.9876.86
HexB3ADDB12150Ef8274d
Octal263255333222501637047115
Binary101100111010110111011011100101010101110111110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADDB; }

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

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

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

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

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

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

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

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