#B0ACC6

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

Shades of Blue Haze #B0ACC6

Tints of Blue Haze #B0ACC6

Color information

#B0ACC6 (or 0xB0ACC6) is unknown color: approx Blue Haze. HEX triplet: B0, AC and C6. RGB value is (176,172,198). Sum of RGB (Red+Green+Blue) = 176+172+198=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 198 - color contains mainly: blue. Hex color #B0ACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACC6 is #4F5339. Grayscale: #B0B0B0. Windows color (decimal): -5198650 or 13020336. OLE color: 13020336.

HSL color Cylindrical-coordinate representation of color #B0ACC6: hue angle of 249.23º 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 #B0ACC6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB176172198-
CMYK0.110.1300.22
HSL249.23º18.57%72.55%-
HSV(B)249.23º13.13%77.65%-
XYZ42.8542.8159.43-
YUV176.16140.33127.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=32.23%
G=31.50%
B=36.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761721980.110.1300.22249.2318.5772.55
HexB0ACC6BD016f91349
Octal260254306131502637123111
Binary1011000010101100110001101011110101011011111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACC6; }

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

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

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

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

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

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

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

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