#B3ACC3

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

Shades of Blue Haze #B3ACC3

Tints of Blue Haze #B3ACC3

Color information

#B3ACC3 (or 0xB3ACC3) is unknown color: approx Blue Haze. HEX triplet: B3, AC and C3. RGB value is (179,172,195). Sum of RGB (Red+Green+Blue) = 179+172+195=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #B3ACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ACC3 is #4C533C. Grayscale: #B0B0B0. Windows color (decimal): -5002045 or 12823731. OLE color: 12823731.

HSL color Cylindrical-coordinate representation of color #B3ACC3: hue angle of 258.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3ACC3 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179172195-
CMYK0.080.1200.24
HSL258.26º16.08%71.96%-
HSV(B)258.26º11.79%76.47%-
XYZ43.1943.0357.66-
YUV176.72138.32129.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.78%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 195 (76.56% from 255) = 35.71%
R=32.78%
G=31.50%
B=35.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791721950.080.1200.24258.2616.0871.96
HexB3ACC38C0181021048
Octal263254303101403040220110
Binary10110011101011001100001110001100011000100000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACC3; }

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

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

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

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

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

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

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

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