#B4ACDB

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

Shades of Lavender Grey #B4ACDB

Tints of Lavender Grey #B4ACDB

Color information

#B4ACDB (or 0xB4ACDB) is unknown color: approx Lavender Grey. HEX triplet: B4, AC and DB. RGB value is (180,172,219). Sum of RGB (Red+Green+Blue) = 180+172+219=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACDB is #4B5324. Grayscale: #B3B3B3. Windows color (decimal): -4936485 or 14396596. OLE color: 14396596.

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

Color convert

RGB180172219-
CMYK0.180.2100.14
HSL250.21º39.5%76.67%-
HSV(B)250.21º21.46%85.88%-
XYZ46.3644.3273.13-
YUV179.75150.15128.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=31.52%
G=30.12%
B=38.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801722190.180.2100.14250.2139.576.67
HexB4ACDB12150Efa274d
Octal264254333222501637247115
Binary101101001010110011011011100101010101110111110101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACDB; }

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

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

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

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

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

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

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

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