#B4ADDA

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

Shades of Lavender Grey #B4ADDA

Tints of Lavender Grey #B4ADDA

Color information

#B4ADDA (or 0xB4ADDA) is unknown color: approx Lavender Grey. HEX triplet: B4, AD and DA. RGB value is (180,173,218). Sum of RGB (Red+Green+Blue) = 180+173+218=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADDA is #4B5225. Grayscale: #B4B4B4. Windows color (decimal): -4936230 or 14331316. OLE color: 14331316.

HSL color Cylindrical-coordinate representation of color #B4ADDA: hue angle of 249.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4ADDA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180173218-
CMYK0.170.2100.15
HSL249.33º37.82%76.67%-
HSV(B)249.33º20.64%85.49%-
XYZ46.4244.6572.5-
YUV180.22149.32127.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=31.52%
G=30.30%
B=38.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801732180.170.2100.15249.3337.8276.67
HexB4ADDA11150Ff9264d
Octal264255332212501737146115
Binary101101001010110111011010100011010101111111110011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADDA; }

 p { color: rgb(180,173,218); }

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

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

 a { background-color: rgb(180,173,218); }

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

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

 span { border-color: rgb(180,173,218); }

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