#B1ADBD

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

Shades of Blue Haze #B1ADBD

Tints of Blue Haze #B1ADBD

Color information

#B1ADBD (or 0xB1ADBD) is unknown color: approx Blue Haze. HEX triplet: B1, AD and BD. RGB value is (177,173,189). Sum of RGB (Red+Green+Blue) = 177+173+189=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADBD is #4E5242. Grayscale: #AFAFAF. Windows color (decimal): -5132867 or 12430769. OLE color: 12430769.

HSL color Cylindrical-coordinate representation of color #B1ADBD: hue angle of 255º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1ADBD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177173189-
CMYK0.060.0800.26
HSL255º10.81%70.98%-
HSV(B)255º8.47%74.12%-
XYZ42.2642.9154.2-
YUV176.02135.33128.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.84%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=32.84%
G=32.10%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771731890.060.0800.2625510.8170.98
HexB1ADBD6801Affb47
Octal26125527561003237713107
Binary10110001101011011011110111010000110101111111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADBD; }

 p { color: rgb(177,173,189); }

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

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

 a { background-color: rgb(177,173,189); }

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

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

 span { border-color: rgb(177,173,189); }

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