#B3ACC6

Color #B3ACC6 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B3ACC6

Tints of Blue Haze #B3ACC6

Color information

#B3ACC6 (or 0xB3ACC6) is unknown color: approx Blue Haze. HEX triplet: B3, AC and C6. RGB value is (179,172,198). Sum of RGB (Red+Green+Blue) = 179+172+198=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #B3ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACC6 is #4C5339. Grayscale: #B0B0B0. Windows color (decimal): -5002042 or 13020339. OLE color: 13020339.

HSL color Cylindrical-coordinate representation of color #B3ACC6: hue angle of 256.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3ACC6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179172198-
CMYK0.100.1300.22
HSL256.15º18.57%72.55%-
HSV(B)256.15º13.13%77.65%-
XYZ43.5443.1759.46-
YUV177.06139.82129.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 198 (77.73% from 255) = 36.07%
R=32.60%
G=31.33%
B=36.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791721980.100.1300.22256.1518.5772.55
HexB3ACC6AD0161001349
Octal263254306121502640023111
Binary10110011101011001100011010101101010110100000000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACC6; }

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

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

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

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

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

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

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

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