#B3ACDC

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

Shades of Lavender Grey #B3ACDC

Tints of Lavender Grey #B3ACDC

Color information

#B3ACDC (or 0xB3ACDC) is unknown color: approx Lavender Grey. HEX triplet: B3, AC and DC. RGB value is (179,172,220). Sum of RGB (Red+Green+Blue) = 179+172+220=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACDC is #4C5323. Grayscale: #B3B3B3. Windows color (decimal): -5002020 or 14462131. OLE color: 14462131.

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

Color convert

RGB179172220-
CMYK0.190.2200.14
HSL248.75º40.68%76.86%-
HSV(B)248.75º21.82%86.27%-
XYZ46.2644.2673.81-
YUV179.57150.82127.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=31.35%
G=30.12%
B=38.53%

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
Decimal1791722200.190.2200.14248.7540.6876.86
HexB3ACDC13160Ef9294d
Octal263254334232601637151115
Binary101100111010110011011100100111011001110111110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACDC; }

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

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

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

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

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

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

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

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