#B4ACD9

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

Shades of Lavender Grey #B4ACD9

Tints of Lavender Grey #B4ACD9

Color information

#B4ACD9 (or 0xB4ACD9) is unknown color: approx Lavender Grey. HEX triplet: B4, AC and D9. RGB value is (180,172,217). Sum of RGB (Red+Green+Blue) = 180+172+217=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4ACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACD9 is #4B5326. Grayscale: #B3B3B3. Windows color (decimal): -4936487 or 14265524. OLE color: 14265524.

HSL color Cylindrical-coordinate representation of color #B4ACD9: hue angle of 250.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4ACD9 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180172217-
CMYK0.170.2100.15
HSL250.67º37.19%76.27%-
HSV(B)250.67º20.74%85.1%-
XYZ46.144.2271.75-
YUV179.52149.15128.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=31.63%
G=30.23%
B=38.14%

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
Decimal1801722170.170.2100.15250.6737.1976.27
HexB4ACD911150Ffb254c
Octal264254331212501737345114
Binary101101001010110011011001100011010101111111110111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACD9; }

 p { color: rgb(180,172,217); }

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

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

 a { background-color: rgb(180,172,217); }

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

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

 span { border-color: rgb(180,172,217); }

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