#B1ABC1

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

Shades of Blue Haze #B1ABC1

Tints of Blue Haze #B1ABC1

Color information

#B1ABC1 (or 0xB1ABC1) is unknown color: approx Blue Haze. HEX triplet: B1, AB and C1. RGB value is (177,171,193). Sum of RGB (Red+Green+Blue) = 177+171+193=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABC1 is #4E543E. Grayscale: #AFAFAF. Windows color (decimal): -5133375 or 12692401. OLE color: 12692401.

HSL color Cylindrical-coordinate representation of color #B1ABC1: hue angle of 256.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1ABC1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177171193-
CMYK0.080.1100.24
HSL256.36º15.07%71.37%-
HSV(B)256.36º11.4%75.69%-
XYZ42.3242.3256.39-
YUV175.3137.99129.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=32.72%
G=31.61%
B=35.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771711930.080.1100.24256.3615.0771.37
HexB1ABC18B018100f47
Octal261253301101303040017107
Binary1011000110101011110000011000101101100010000000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABC1; }

 p { color: rgb(177,171,193); }

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

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

 a { background-color: rgb(177,171,193); }

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

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

 span { border-color: rgb(177,171,193); }

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