#B3AADB

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

Shades of Lavender Grey #B3AADB

Tints of Lavender Grey #B3AADB

Color information

#B3AADB (or 0xB3AADB) is unknown color: approx Lavender Grey. HEX triplet: B3, AA and DB. RGB value is (179,170,219). Sum of RGB (Red+Green+Blue) = 179+170+219=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AADB is #4C5524. Grayscale: #B2B2B2. Windows color (decimal): -5002533 or 14396083. OLE color: 14396083.

HSL color Cylindrical-coordinate representation of color #B3AADB: hue angle of 251.02º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3AADB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179170219-
CMYK0.180.2200.14
HSL251.02º40.5%76.27%-
HSV(B)251.02º22.37%85.88%-
XYZ45.7543.4572.99-
YUV178.28150.98128.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=31.51%
G=29.93%
B=38.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791702190.180.2200.14251.0240.576.27
HexB3AADB12160Efb284c
Octal263252333222601637350114
Binary101100111010101011011011100101011001110111110111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AADB; }

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

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

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

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

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

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

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

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