#B4ACDA

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

Shades of Lavender Grey #B4ACDA

Tints of Lavender Grey #B4ACDA

Color information

#B4ACDA (or 0xB4ACDA) is unknown color: approx Lavender Grey. HEX triplet: B4, AC and DA. RGB value is (180,172,218). Sum of RGB (Red+Green+Blue) = 180+172+218=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACDA is #4B5325. Grayscale: #B3B3B3. Windows color (decimal): -4936486 or 14331060. OLE color: 14331060.

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

Color convert

RGB180172218-
CMYK0.170.2100.15
HSL250.43º38.33%76.47%-
HSV(B)250.43º21.1%85.49%-
XYZ46.2344.2772.44-
YUV179.64149.65128.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=31.58%
G=30.18%
B=38.25%

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
Decimal1801722180.170.2100.15250.4338.3376.47
HexB4ACDA11150Ffa264c
Octal264254332212501737246114
Binary101101001010110011011010100011010101111111110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACDA; }

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

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

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

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

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

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

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

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