#B2ACD9

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

Shades of Lavender Grey #B2ACD9

Tints of Lavender Grey #B2ACD9

Color information

#B2ACD9 (or 0xB2ACD9) is unknown color: approx Lavender Grey. HEX triplet: B2, AC and D9. RGB value is (178,172,217). Sum of RGB (Red+Green+Blue) = 178+172+217=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #B2ACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACD9 is #4D5326. Grayscale: #B2B2B2. Windows color (decimal): -5067559 or 14265522. OLE color: 14265522.

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

Color convert

RGB178172217-
CMYK0.180.2100.15
HSL248º37.19%76.27%-
HSV(B)248º20.74%85.1%-
XYZ45.6443.9871.73-
YUV178.92149.49127.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 217 (85.16% from 255) = 38.27%
R=31.39%
G=30.34%
B=38.27%

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
Decimal1781722170.180.2100.1524837.1976.27
HexB2ACD912150Ff8254c
Octal262254331222501737045114
Binary101100101010110011011001100101010101111111110001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACD9; }

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

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

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

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

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

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

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

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