#B5ADDD

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

Shades of Lavender Grey #B5ADDD

Tints of Lavender Grey #B5ADDD

Color information

#B5ADDD (or 0xB5ADDD) is unknown color: approx Lavender Grey. HEX triplet: B5, AD and DD. RGB value is (181,173,221). Sum of RGB (Red+Green+Blue) = 181+173+221=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADDD is #4A5222. Grayscale: #B4B4B4. Windows color (decimal): -4870691 or 14527925. OLE color: 14527925.

HSL color Cylindrical-coordinate representation of color #B5ADDD: hue angle of 250º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5ADDD is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181173221-
CMYK0.180.2200.13
HSL250º41.38%77.25%-
HSV(B)250º21.72%86.67%-
XYZ47.0544.9374.6-
YUV180.86150.65128.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=31.48%
G=30.09%
B=38.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811732210.180.2200.1325041.3877.25
HexB5ADDD12160Dfa294d
Octal265255335222601537251115
Binary101101011010110111011101100101011001101111110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADDD; }

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

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

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

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

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

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

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

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