#B1ABD0

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

Shades of Blue Haze #B1ABD0

Tints of Blue Haze #B1ABD0

Color information

#B1ABD0 (or 0xB1ABD0) is unknown color: approx Blue Haze. HEX triplet: B1, AB and D0. RGB value is (177,171,208). Sum of RGB (Red+Green+Blue) = 177+171+208=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #B1ABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ABD0 is #4E542F. Grayscale: #B0B0B0. Windows color (decimal): -5133360 or 13675441. OLE color: 13675441.

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

Color convert

RGB177171208-
CMYK0.150.1800.18
HSL249.73º28.24%74.31%-
HSV(B)249.73º17.79%81.57%-
XYZ44.0843.0365.66-
YUV177.01145.49127.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 208 (81.64% from 255) = 37.41%
R=31.83%
G=30.76%
B=37.41%

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
Decimal1771712080.150.1800.18249.7328.2474.31
HexB1ABD0F12012fa1c4a
Octal261253320172202237234112
Binary10110001101010111101000011111001001001011111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABD0; }

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

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

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

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

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

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

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

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