#B0ACBF

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

Shades of Blue Haze #B0ACBF

Tints of Blue Haze #B0ACBF

Color information

#B0ACBF (or 0xB0ACBF) is unknown color: approx Blue Haze. HEX triplet: B0, AC and BF. RGB value is (176,172,191). Sum of RGB (Red+Green+Blue) = 176+172+191=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0ACBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACBF is #4F5340. Grayscale: #AFAFAF. Windows color (decimal): -5198657 or 12561584. OLE color: 12561584.

HSL color Cylindrical-coordinate representation of color #B0ACBF: hue angle of 252.63º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0ACBF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176172191-
CMYK0.080.1000.25
HSL252.63º12.93%71.18%-
HSV(B)252.63º9.95%74.9%-
XYZ42.0642.555.28-
YUV175.36136.83128.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 191 (75% from 255) = 35.44%
R=32.65%
G=31.91%
B=35.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761721910.080.1000.25252.6312.9371.18
HexB0ACBF8A019fdd47
Octal260254277101203137515107
Binary101100001010110010111111100010100110011111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACBF; }

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

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

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

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

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

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

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

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