#B1ABD1

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

Shades of Blue Haze #B1ABD1

Tints of Blue Haze #B1ABD1

Color information

#B1ABD1 (or 0xB1ABD1) is unknown color: approx Blue Haze. HEX triplet: B1, AB and D1. RGB value is (177,171,209). Sum of RGB (Red+Green+Blue) = 177+171+209=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 209 - color contains mainly: blue. Hex color #B1ABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABD1 is #4E542E. Grayscale: #B0B0B0. Windows color (decimal): -5133359 or 13740977. OLE color: 13740977.

HSL color Cylindrical-coordinate representation of color #B1ABD1: hue angle of 249.47º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1ABD1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177171209-
CMYK0.150.1800.18
HSL249.47º29.23%74.51%-
HSV(B)249.47º18.18%81.96%-
XYZ44.243.0866.31-
YUV177.13145.99127.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 171 (67.19% from 255) = 30.70%
BLUE value IS 209 (82.03% from 255) = 37.52%
R=31.78%
G=30.70%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1771712090.150.1800.18249.4729.2374.51
HexB1ABD1F12012f91d4b
Octal261253321172202237135113
Binary10110001101010111101000111111001001001011111001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABD1; }

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

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

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

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

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

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

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

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