#B2ACDB

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

Shades of Lavender Grey #B2ACDB

Tints of Lavender Grey #B2ACDB

Color information

#B2ACDB (or 0xB2ACDB) is unknown color: approx Lavender Grey. HEX triplet: B2, AC and DB. RGB value is (178,172,219). Sum of RGB (Red+Green+Blue) = 178+172+219=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACDB is #4D5324. Grayscale: #B2B2B2. Windows color (decimal): -5067557 or 14396594. OLE color: 14396594.

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

Color convert

RGB178172219-
CMYK0.190.2100.14
HSL247.66º39.5%76.67%-
HSV(B)247.66º21.46%85.88%-
XYZ45.944.0873.11-
YUV179.15150.49127.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=31.28%
G=30.23%
B=38.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781722190.190.2100.14247.6639.576.67
HexB2ACDB13150Ef8274d
Octal262254333232501637047115
Binary101100101010110011011011100111010101110111110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACDB; }

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

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

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

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

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

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

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

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