#B3ACDB

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

Shades of Lavender Grey #B3ACDB

Tints of Lavender Grey #B3ACDB

Color information

#B3ACDB (or 0xB3ACDB) is unknown color: approx Lavender Grey. HEX triplet: B3, AC and DB. RGB value is (179,172,219). Sum of RGB (Red+Green+Blue) = 179+172+219=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACDB is #4C5324. Grayscale: #B3B3B3. Windows color (decimal): -5002021 or 14396595. OLE color: 14396595.

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

Color convert

RGB179172219-
CMYK0.180.2100.14
HSL248.94º39.5%76.67%-
HSV(B)248.94º21.46%85.88%-
XYZ46.1344.273.12-
YUV179.45150.32127.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=31.40%
G=30.18%
B=38.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791722190.180.2100.14248.9439.576.67
HexB3ACDB12150Ef9274d
Octal263254333222501637147115
Binary101100111010110011011011100101010101110111110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACDB; }

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

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

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

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

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

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

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

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