#B3ACC5

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

Shades of Blue Haze #B3ACC5

Tints of Blue Haze #B3ACC5

Color information

#B3ACC5 (or 0xB3ACC5) is unknown color: approx Blue Haze. HEX triplet: B3, AC and C5. RGB value is (179,172,197). Sum of RGB (Red+Green+Blue) = 179+172+197=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #B3ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACC5 is #4C533A. Grayscale: #B0B0B0. Windows color (decimal): -5002043 or 12954803. OLE color: 12954803.

HSL color Cylindrical-coordinate representation of color #B3ACC5: hue angle of 256.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3ACC5 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB179172197-
CMYK0.090.1300.23
HSL256.8º17.73%72.35%-
HSV(B)256.8º12.69%77.25%-
XYZ43.4243.1258.86-
YUV176.94139.32129.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=32.66%
G=31.39%
B=35.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791721970.090.1300.23256.817.7372.35
HexB3ACC59D0171011248
Octal263254305111502740122110
Binary10110011101011001100010110011101010111100000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACC5; }

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

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

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

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

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

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

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

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