#B1ADBF

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

Shades of Blue Haze #B1ADBF

Tints of Blue Haze #B1ADBF

Color information

#B1ADBF (or 0xB1ADBF) is unknown color: approx Blue Haze. HEX triplet: B1, AD and BF. RGB value is (177,173,191). Sum of RGB (Red+Green+Blue) = 177+173+191=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADBF is #4E5240. Grayscale: #B0B0B0. Windows color (decimal): -5132865 or 12561841. OLE color: 12561841.

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

Color convert

RGB177173191-
CMYK0.070.0900.25
HSL253.33º12.33%71.37%-
HSV(B)253.33º9.42%74.9%-
XYZ42.484355.35-
YUV176.25136.33128.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 191 (75% from 255) = 35.30%
R=32.72%
G=31.98%
B=35.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771731910.070.0900.25253.3312.3371.37
HexB1ADBF79019fdc47
Octal26125527771103137514107
Binary10110001101011011011111111110010110011111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADBF; }

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

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

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

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

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

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

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

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