#B2ACC4

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

Shades of Blue Haze #B2ACC4

Tints of Blue Haze #B2ACC4

Color information

#B2ACC4 (or 0xB2ACC4) is unknown color: approx Blue Haze. HEX triplet: B2, AC and C4. RGB value is (178,172,196). Sum of RGB (Red+Green+Blue) = 178+172+196=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #B2ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACC4 is #4D533B. Grayscale: #B0B0B0. Windows color (decimal): -5067580 or 12889266. OLE color: 12889266.

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

Color convert

RGB178172196-
CMYK0.090.1200.23
HSL255º16.9%72.16%-
HSV(B)255º12.24%76.86%-
XYZ43.0842.9658.25-
YUV176.53138.99129.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=32.60%
G=31.50%
B=35.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781721960.090.1200.2325516.972.16
HexB2ACC49C017ff1148
Octal262254304111402737721110
Binary1011001010101100110001001001110001011111111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACC4; }

 p { color: rgb(178,172,196); }

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

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

 a { background-color: rgb(178,172,196); }

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

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

 span { border-color: rgb(178,172,196); }

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