#B0ACC1

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

Shades of Blue Haze #B0ACC1

Tints of Blue Haze #B0ACC1

Color information

#B0ACC1 (or 0xB0ACC1) is unknown color: approx Blue Haze. HEX triplet: B0, AC and C1. RGB value is (176,172,193). Sum of RGB (Red+Green+Blue) = 176+172+193=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0ACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACC1 is #4F533E. Grayscale: #AFAFAF. Windows color (decimal): -5198655 or 12692656. OLE color: 12692656.

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

Color convert

RGB176172193-
CMYK0.090.1100.24
HSL251.43º14.48%71.57%-
HSV(B)251.43º10.88%75.69%-
XYZ42.2842.5956.44-
YUV175.59137.83128.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=32.53%
G=31.79%
B=35.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761721930.090.1100.24251.4314.4871.57
HexB0ACC19B018fbe48
Octal260254301111303037316110
Binary101100001010110011000001100110110110001111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACC1; }

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

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

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

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

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

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

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

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