#B1ABCE

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

Shades of Blue Haze #B1ABCE

Tints of Blue Haze #B1ABCE

Color information

#B1ABCE (or 0xB1ABCE) is unknown color: approx Blue Haze. HEX triplet: B1, AB and CE. RGB value is (177,171,206). Sum of RGB (Red+Green+Blue) = 177+171+206=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABCE is #4E5431. Grayscale: #B0B0B0. Windows color (decimal): -5133362 or 13544369. OLE color: 13544369.

HSL color Cylindrical-coordinate representation of color #B1ABCE: hue angle of 250.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1ABCE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177171206-
CMYK0.140.1700.19
HSL250.29º26.32%73.92%-
HSV(B)250.29º16.99%80.78%-
XYZ43.8342.9364.37-
YUV176.78144.49128.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=31.95%
G=30.87%
B=37.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771712060.140.1700.19250.2926.3273.92
HexB1ABCEE11013fa1a4a
Octal261253316162102337232112
Binary10110001101010111100111011101000101001111111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABCE; }

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

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

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

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

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

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

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

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