#B2ACDC

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

Shades of Lavender Grey #B2ACDC

Tints of Lavender Grey #B2ACDC

Color information

#B2ACDC (or 0xB2ACDC) is unknown color: approx Lavender Grey. HEX triplet: B2, AC and DC. RGB value is (178,172,220). Sum of RGB (Red+Green+Blue) = 178+172+220=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACDC is #4D5323. Grayscale: #B3B3B3. Windows color (decimal): -5067556 or 14462130. OLE color: 14462130.

HSL color Cylindrical-coordinate representation of color #B2ACDC: hue angle of 247.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2ACDC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178172220-
CMYK0.190.2200.14
HSL247.5º40.68%76.86%-
HSV(B)247.5º21.82%86.27%-
XYZ46.0344.1473.8-
YUV179.27150.99127.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 220 (86.33% from 255) = 38.60%
R=31.23%
G=30.18%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781722200.190.2200.14247.540.6876.86
HexB2ACDC13160Ef8294d
Octal262254334232601637051115
Binary101100101010110011011100100111011001110111110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACDC; }

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

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

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

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

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

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

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

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