#B1ABCB

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

Shades of Blue Haze #B1ABCB

Tints of Blue Haze #B1ABCB

Color information

#B1ABCB (or 0xB1ABCB) is unknown color: approx Blue Haze. HEX triplet: B1, AB and CB. RGB value is (177,171,203). Sum of RGB (Red+Green+Blue) = 177+171+203=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABCB is #4E5434. Grayscale: #B0B0B0. Windows color (decimal): -5133365 or 13347761. OLE color: 13347761.

HSL color Cylindrical-coordinate representation of color #B1ABCB: hue angle of 251.25º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1ABCB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177171203-
CMYK0.130.1600.20
HSL251.25º23.53%73.33%-
HSV(B)251.25º15.76%79.61%-
XYZ43.4742.7862.47-
YUV176.44142.99128.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.12%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=32.12%
G=31.03%
B=36.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771712030.130.1600.20251.2523.5373.33
HexB1ABCBD10014fb1849
Octal261253313152002437330111
Binary10110001101010111100101111011000001010011111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABCB; }

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

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

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

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

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

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

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

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