#B5ACDE

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

Shades of Lavender Grey #B5ACDE

Tints of Lavender Grey #B5ACDE

Color information

#B5ACDE (or 0xB5ACDE) is unknown color: approx Lavender Grey. HEX triplet: B5, AC and DE. RGB value is (181,172,222). Sum of RGB (Red+Green+Blue) = 181+172+222=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACDE is #4A5321. Grayscale: #B4B4B4. Windows color (decimal): -4870946 or 14593205. OLE color: 14593205.

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

Color convert

RGB181172222-
CMYK0.180.2300.13
HSL250.8º43.1%77.25%-
HSV(B)250.8º22.52%87.06%-
XYZ46.9944.675.24-
YUV180.39151.48128.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=31.48%
G=29.91%
B=38.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811722220.180.2300.13250.843.177.25
HexB5ACDE12170Dfb2b4d
Octal265254336222701537353115
Binary101101011010110011011110100101011101101111110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACDE; }

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

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

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

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

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

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

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

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