#B4ADDB

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

Shades of Lavender Grey #B4ADDB

Tints of Lavender Grey #B4ADDB

Color information

#B4ADDB (or 0xB4ADDB) is unknown color: approx Lavender Grey. HEX triplet: B4, AD and DB. RGB value is (180,173,219). Sum of RGB (Red+Green+Blue) = 180+173+219=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADDB is #4B5224. Grayscale: #B4B4B4. Windows color (decimal): -4936229 or 14396852. OLE color: 14396852.

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

Color convert

RGB180173219-
CMYK0.180.2100.14
HSL249.13º38.98%76.86%-
HSV(B)249.13º21%85.88%-
XYZ46.5544.773.19-
YUV180.34149.82127.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=31.47%
G=30.24%
B=38.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801732190.180.2100.14249.1338.9876.86
HexB4ADDB12150Ef9274d
Octal264255333222501637147115
Binary101101001010110111011011100101010101110111110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADDB; }

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

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

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

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

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

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

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

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