#B0ACD9

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

Shades of Lavender Grey #B0ACD9

Tints of Lavender Grey #B0ACD9

Color information

#B0ACD9 (or 0xB0ACD9) is unknown color: approx Lavender Grey. HEX triplet: B0, AC and D9. RGB value is (176,172,217). Sum of RGB (Red+Green+Blue) = 176+172+217=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 217 - color contains mainly: blue. Hex color #B0ACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACD9 is #4F5326. Grayscale: #B2B2B2. Windows color (decimal): -5198631 or 14265520. OLE color: 14265520.

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

Color convert

RGB176172217-
CMYK0.190.2100.15
HSL245.33º37.19%76.27%-
HSV(B)245.33º20.74%85.1%-
XYZ45.1843.7471.71-
YUV178.33149.83126.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=31.15%
G=30.44%
B=38.41%

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
Decimal1761722170.190.2100.15245.3337.1976.27
HexB0ACD913150Ff5254c
Octal260254331232501736545114
Binary101100001010110011011001100111010101111111101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACD9; }

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

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

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

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

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

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

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

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