#B3ACD9

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

Shades of Lavender Grey #B3ACD9

Tints of Lavender Grey #B3ACD9

Color information

#B3ACD9 (or 0xB3ACD9) is unknown color: approx Lavender Grey. HEX triplet: B3, AC and D9. RGB value is (179,172,217). Sum of RGB (Red+Green+Blue) = 179+172+217=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3ACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACD9 is #4C5326. Grayscale: #B3B3B3. Windows color (decimal): -5002023 or 14265523. OLE color: 14265523.

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

Color convert

RGB179172217-
CMYK0.180.2100.15
HSL249.33º37.19%76.27%-
HSV(B)249.33º20.74%85.1%-
XYZ45.8744.171.74-
YUV179.22149.32127.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=31.51%
G=30.28%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791722170.180.2100.15249.3337.1976.27
HexB3ACD912150Ff9254c
Octal263254331222501737145114
Binary101100111010110011011001100101010101111111110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACD9; }

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

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

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

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

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

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

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

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