#B5ADDB

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

Shades of Lavender Grey #B5ADDB

Tints of Lavender Grey #B5ADDB

Color information

#B5ADDB (or 0xB5ADDB) is unknown color: approx Lavender Grey. HEX triplet: B5, AD and DB. RGB value is (181,173,219). Sum of RGB (Red+Green+Blue) = 181+173+219=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADDB is #4A5224. Grayscale: #B4B4B4. Windows color (decimal): -4870693 or 14396853. OLE color: 14396853.

HSL color Cylindrical-coordinate representation of color #B5ADDB: hue angle of 250.43º 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 #B5ADDB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181173219-
CMYK0.170.2100.14
HSL250.43º38.98%76.86%-
HSV(B)250.43º21%85.88%-
XYZ46.7944.8373.2-
YUV180.64149.65128.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=31.59%
G=30.19%
B=38.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811732190.170.2100.14250.4338.9876.86
HexB5ADDB11150Efa274d
Octal265255333212501637247115
Binary101101011010110111011011100011010101110111110101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADDB; }

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

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

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

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

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

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

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

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