#B1ADBB

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

Shades of Blue Haze #B1ADBB

Tints of Blue Haze #B1ADBB

Color information

#B1ADBB (or 0xB1ADBB) is unknown color: approx Blue Haze. HEX triplet: B1, AD and BB. RGB value is (177,173,187). Sum of RGB (Red+Green+Blue) = 177+173+187=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B1ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADBB is #4E5244. Grayscale: #AFAFAF. Windows color (decimal): -5132869 or 12299697. OLE color: 12299697.

HSL color Cylindrical-coordinate representation of color #B1ADBB: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1ADBB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177173187-
CMYK0.050.0700.27
HSL257.14º9.33%70.59%-
HSV(B)257.14º7.49%73.33%-
XYZ42.0442.8253.06-
YUV175.79134.33128.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=32.96%
G=32.22%
B=34.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771731870.050.0700.27257.149.3370.59
HexB1ADBB5701B101947
Octal2612552735703340111107
Binary10110001101011011011101110111101101110000000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADBB; }

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

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

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

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

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

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

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

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