#B0ACDD

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

Shades of Lavender Grey #B0ACDD

Tints of Lavender Grey #B0ACDD

Color information

#B0ACDD (or 0xB0ACDD) is unknown color: approx Lavender Grey. HEX triplet: B0, AC and DD. RGB value is (176,172,221). Sum of RGB (Red+Green+Blue) = 176+172+221=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACDD is #4F5322. Grayscale: #B2B2B2. Windows color (decimal): -5198627 or 14527664. OLE color: 14527664.

HSL color Cylindrical-coordinate representation of color #B0ACDD: hue angle of 244.9º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0ACDD is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176172221-
CMYK0.200.2200.13
HSL244.9º41.88%77.06%-
HSV(B)244.9º22.17%86.67%-
XYZ45.7143.9674.48-
YUV178.78151.83126.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=30.93%
G=30.23%
B=38.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761722210.200.2200.13244.941.8877.06
HexB0ACDD14160Df52a4d
Octal260254335242601536552115
Binary101100001010110011011101101001011001101111101011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACDD; }

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

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

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

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

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

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

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

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