#B0ABBF

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

Shades of Blue Haze #B0ABBF

Tints of Blue Haze #B0ABBF

Color information

#B0ABBF (or 0xB0ABBF) is unknown color: approx Blue Haze. HEX triplet: B0, AB and BF. RGB value is (176,171,191). Sum of RGB (Red+Green+Blue) = 176+171+191=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABBF is #4F5440. Grayscale: #AEAEAE. Windows color (decimal): -5198913 or 12561328. OLE color: 12561328.

HSL color Cylindrical-coordinate representation of color #B0ABBF: hue angle of 255º degrees, saturation: 0.14, 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 #B0ABBF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176171191-
CMYK0.080.1000.25
HSL255º13.51%70.98%-
HSV(B)255º10.47%74.9%-
XYZ41.8742.1255.21-
YUV174.77137.16128.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 191 (75% from 255) = 35.50%
R=32.71%
G=31.78%
B=35.50%

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
Decimal1761711910.080.1000.2525513.5170.98
HexB0ABBF8A019ffe47
Octal260253277101203137716107
Binary101100001010101110111111100010100110011111111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABBF; }

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

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

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

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

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

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

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

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