#B1ABCD

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

Shades of Blue Haze #B1ABCD

Tints of Blue Haze #B1ABCD

Color information

#B1ABCD (or 0xB1ABCD) is unknown color: approx Blue Haze. HEX triplet: B1, AB and CD. RGB value is (177,171,205). Sum of RGB (Red+Green+Blue) = 177+171+205=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABCD is #4E5432. Grayscale: #B0B0B0. Windows color (decimal): -5133363 or 13478833. OLE color: 13478833.

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

Color convert

RGB177171205-
CMYK0.140.1700.20
HSL250.59º25.37%73.73%-
HSV(B)250.59º16.59%80.39%-
XYZ43.7142.8863.73-
YUV176.67143.99128.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=32.01%
G=30.92%
B=37.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771712050.140.1700.20250.5925.3773.73
HexB1ABCDE11014fb194a
Octal261253315162102437331112
Binary10110001101010111100110111101000101010011111011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABCD; }

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

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

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

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

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

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

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

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