#B0ACDA

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

Shades of Lavender Grey #B0ACDA

Tints of Lavender Grey #B0ACDA

Color information

#B0ACDA (or 0xB0ACDA) is unknown color: approx Lavender Grey. HEX triplet: B0, AC and DA. RGB value is (176,172,218). Sum of RGB (Red+Green+Blue) = 176+172+218=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #B0ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACDA is #4F5325. Grayscale: #B2B2B2. Windows color (decimal): -5198630 or 14331056. OLE color: 14331056.

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

Color convert

RGB176172218-
CMYK0.190.2100.15
HSL245.22º38.33%76.47%-
HSV(B)245.22º21.1%85.49%-
XYZ45.3143.872.4-
YUV178.44150.33126.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=31.10%
G=30.39%
B=38.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761722180.190.2100.15245.2238.3376.47
HexB0ACDA13150Ff5264c
Octal260254332232501736546114
Binary101100001010110011011010100111010101111111101011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACDA; }

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

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

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

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

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

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

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

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