#B0ACBE

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

Shades of Blue Haze #B0ACBE

Tints of Blue Haze #B0ACBE

Color information

#B0ACBE (or 0xB0ACBE) is unknown color: approx Blue Haze. HEX triplet: B0, AC and BE. RGB value is (176,172,190). Sum of RGB (Red+Green+Blue) = 176+172+190=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0ACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACBE is #4F5341. Grayscale: #AFAFAF. Windows color (decimal): -5198658 or 12496048. OLE color: 12496048.

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

Color convert

RGB176172190-
CMYK0.070.0900.25
HSL253.33º12.16%70.98%-
HSV(B)253.33º9.47%74.51%-
XYZ41.9542.4554.7-
YUV175.25136.33128.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=32.71%
G=31.97%
B=35.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761721900.070.0900.25253.3312.1670.98
HexB0ACBE79019fdc47
Octal26025427671103137514107
Binary10110000101011001011111011110010110011111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACBE; }

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

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

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

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

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

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

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

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