#B0ACBD

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

Shades of Blue Haze #B0ACBD

Tints of Blue Haze #B0ACBD

Color information

#B0ACBD (or 0xB0ACBD) is unknown color: approx Blue Haze. HEX triplet: B0, AC and BD. RGB value is (176,172,189). Sum of RGB (Red+Green+Blue) = 176+172+189=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACBD is #4F5342. Grayscale: #AFAFAF. Windows color (decimal): -5198659 or 12430512. OLE color: 12430512.

HSL color Cylindrical-coordinate representation of color #B0ACBD: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0ACBD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176172189-
CMYK0.070.0900.26
HSL254.12º11.41%70.78%-
HSV(B)254.12º8.99%74.12%-
XYZ41.8442.4154.12-
YUV175.13135.83128.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.77%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=32.77%
G=32.03%
B=35.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761721890.070.0900.26254.1211.4170.78
HexB0ACBD7901Afeb47
Octal26025427571103237613107
Binary10110000101011001011110111110010110101111111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACBD; }

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

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

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

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

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

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

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

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