#B5ACDB

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

Shades of Lavender Grey #B5ACDB

Tints of Lavender Grey #B5ACDB

Color information

#B5ACDB (or 0xB5ACDB) is unknown color: approx Lavender Grey. HEX triplet: B5, AC and DB. RGB value is (181,172,219). Sum of RGB (Red+Green+Blue) = 181+172+219=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACDB is #4A5324. Grayscale: #B3B3B3. Windows color (decimal): -4870949 or 14396597. OLE color: 14396597.

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

Color convert

RGB181172219-
CMYK0.170.2100.14
HSL251.49º39.5%76.67%-
HSV(B)251.49º21.46%85.88%-
XYZ46.5944.4473.14-
YUV180.05149.98128.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=31.64%
G=30.07%
B=38.29%

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
Decimal1811722190.170.2100.14251.4939.576.67
HexB5ACDB11150Efb274d
Octal265254333212501637347115
Binary101101011010110011011011100011010101110111110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACDB; }

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

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

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

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

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

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

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

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