#B5ACDD

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

Shades of Lavender Grey #B5ACDD

Tints of Lavender Grey #B5ACDD

Color information

#B5ACDD (or 0xB5ACDD) is unknown color: approx Lavender Grey. HEX triplet: B5, AC and DD. RGB value is (181,172,221). Sum of RGB (Red+Green+Blue) = 181+172+221=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACDD is #4A5322. Grayscale: #B4B4B4. Windows color (decimal): -4870947 or 14527669. OLE color: 14527669.

HSL color Cylindrical-coordinate representation of color #B5ACDD: hue angle of 251.02º degrees, saturation: 0.42, 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 #B5ACDD is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181172221-
CMYK0.180.2200.13
HSL251.02º41.88%77.06%-
HSV(B)251.02º22.17%86.67%-
XYZ46.8644.5574.54-
YUV180.28150.98128.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=31.53%
G=29.97%
B=38.50%

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
Decimal1811722210.180.2200.13251.0241.8877.06
HexB5ACDD12160Dfb2a4d
Octal265254335222601537352115
Binary101101011010110011011101100101011001101111110111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACDD; }

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

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

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

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

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

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

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

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