#B0ABBD

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

Shades of Blue Haze #B0ABBD

Tints of Blue Haze #B0ABBD

Color information

#B0ABBD (or 0xB0ABBD) is unknown color: approx Blue Haze. HEX triplet: B0, AB and BD. RGB value is (176,171,189). Sum of RGB (Red+Green+Blue) = 176+171+189=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABBD is #4F5442. Grayscale: #AEAEAE. Windows color (decimal): -5198915 or 12430256. OLE color: 12430256.

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

Color convert

RGB176171189-
CMYK0.070.1000.26
HSL256.67º12%70.59%-
HSV(B)256.67º9.52%74.12%-
XYZ41.6542.0354.06-
YUV174.55136.16129.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=32.84%
G=31.90%
B=35.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761711890.070.1000.26256.671270.59
HexB0ABBD7A01A101c47
Octal26025327571203240114107
Binary101100001010101110111101111101001101010000000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABBD; }

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

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

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

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

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

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

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

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