#B5ADDA

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

Shades of Lavender Grey #B5ADDA

Tints of Lavender Grey #B5ADDA

Color information

#B5ADDA (or 0xB5ADDA) is unknown color: approx Lavender Grey. HEX triplet: B5, AD and DA. RGB value is (181,173,218). Sum of RGB (Red+Green+Blue) = 181+173+218=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADDA is #4A5225. Grayscale: #B4B4B4. Windows color (decimal): -4870694 or 14331317. OLE color: 14331317.

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

Color convert

RGB181173218-
CMYK0.170.2100.15
HSL250.67º37.82%76.67%-
HSV(B)250.67º20.64%85.49%-
XYZ46.6544.7772.51-
YUV180.52149.15128.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=31.64%
G=30.24%
B=38.11%

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
Decimal1811732180.170.2100.15250.6737.8276.67
HexB5ADDA11150Ffb264d
Octal265255332212501737346115
Binary101101011010110111011010100011010101111111110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADDA; }

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

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

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

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

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

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

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

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