#B3ADDE

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

Shades of Lavender Grey #B3ADDE

Tints of Lavender Grey #B3ADDE

Color information

#B3ADDE (or 0xB3ADDE) is unknown color: approx Lavender Grey. HEX triplet: B3, AD and DE. RGB value is (179,173,222). Sum of RGB (Red+Green+Blue) = 179+173+222=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADDE is #4C5221. Grayscale: #B4B4B4. Windows color (decimal): -5001762 or 14593459. OLE color: 14593459.

HSL color Cylindrical-coordinate representation of color #B3ADDE: hue angle of 247.35º degrees, saturation: 0.43, 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 #B3ADDE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179173222-
CMYK0.190.2200.13
HSL247.35º42.61%77.45%-
HSV(B)247.35º22.07%87.06%-
XYZ46.7244.7475.28-
YUV180.38151.49127.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=31.18%
G=30.14%
B=38.68%

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
Decimal1791732220.190.2200.13247.3542.6177.45
HexB3ADDE13160Df72b4d
Octal263255336232601536753115
Binary101100111010110111011110100111011001101111101111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ADDE; }

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

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

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

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

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

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

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

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