#B2ACC1

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

Shades of Blue Haze #B2ACC1

Tints of Blue Haze #B2ACC1

Color information

#B2ACC1 (or 0xB2ACC1) is unknown color: approx Blue Haze. HEX triplet: B2, AC and C1. RGB value is (178,172,193). Sum of RGB (Red+Green+Blue) = 178+172+193=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACC1 is #4D533E. Grayscale: #B0B0B0. Windows color (decimal): -5067583 or 12692658. OLE color: 12692658.

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

Color convert

RGB178172193-
CMYK0.080.1100.24
HSL257.14º14.48%71.57%-
HSV(B)257.14º10.88%75.69%-
XYZ42.7442.8256.46-
YUV176.19137.49129.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=32.78%
G=31.68%
B=35.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781721930.080.1100.24257.1414.4871.57
HexB2ACC18B018101e48
Octal262254301101303040116110
Binary1011001010101100110000011000101101100010000000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACC1; }

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

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

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

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

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

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

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

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