#B3ADDD

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

Shades of Lavender Grey #B3ADDD

Tints of Lavender Grey #B3ADDD

Color information

#B3ADDD (or 0xB3ADDD) is unknown color: approx Lavender Grey. HEX triplet: B3, AD and DD. RGB value is (179,173,221). Sum of RGB (Red+Green+Blue) = 179+173+221=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADDD is #4C5222. Grayscale: #B4B4B4. Windows color (decimal): -5001763 or 14527923. OLE color: 14527923.

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

Color convert

RGB179173221-
CMYK0.190.2200.13
HSL247.5º41.38%77.25%-
HSV(B)247.5º21.72%86.67%-
XYZ46.5944.6974.58-
YUV180.27150.99127.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=31.24%
G=30.19%
B=38.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791732210.190.2200.13247.541.3877.25
HexB3ADDD13160Df8294d
Octal263255335232601537051115
Binary101100111010110111011101100111011001101111110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADDD; }

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

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

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

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

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

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

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

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