#B2ACDA

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

Shades of Lavender Grey #B2ACDA

Tints of Lavender Grey #B2ACDA

Color information

#B2ACDA (or 0xB2ACDA) is unknown color: approx Lavender Grey. HEX triplet: B2, AC and DA. RGB value is (178,172,218). Sum of RGB (Red+Green+Blue) = 178+172+218=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACDA is #4D5325. Grayscale: #B2B2B2. Windows color (decimal): -5067558 or 14331058. OLE color: 14331058.

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

Color convert

RGB178172218-
CMYK0.180.2100.15
HSL247.83º38.33%76.47%-
HSV(B)247.83º21.1%85.49%-
XYZ45.7744.0372.42-
YUV179.04149.99127.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=31.34%
G=30.28%
B=38.38%

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
Decimal1781722180.180.2100.15247.8338.3376.47
HexB2ACDA12150Ff8264c
Octal262254332222501737046114
Binary101100101010110011011010100101010101111111110001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACDA; }

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

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

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

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

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

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

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

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