#B3ADD9

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

Shades of Lavender Grey #B3ADD9

Tints of Lavender Grey #B3ADD9

Color information

#B3ADD9 (or 0xB3ADD9) is unknown color: approx Lavender Grey. HEX triplet: B3, AD and D9. RGB value is (179,173,217). Sum of RGB (Red+Green+Blue) = 179+173+217=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3ADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADD9 is #4C5226. Grayscale: #B3B3B3. Windows color (decimal): -5001767 or 14265779. OLE color: 14265779.

HSL color Cylindrical-coordinate representation of color #B3ADD9: hue angle of 248.18º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3ADD9 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179173217-
CMYK0.180.2000.15
HSL248.18º36.67%76.47%-
HSV(B)248.18º20.28%85.1%-
XYZ46.0644.4871.8-
YUV179.81148.99127.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.46%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=31.46%
G=30.40%
B=38.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791732170.180.2000.15248.1836.6776.47
HexB3ADD912140Ff8254c
Octal263255331222401737045114
Binary101100111010110111011001100101010001111111110001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADD9; }

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

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

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

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

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

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

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

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