#B1ADBE

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

Shades of Blue Haze #B1ADBE

Tints of Blue Haze #B1ADBE

Color information

#B1ADBE (or 0xB1ADBE) is unknown color: approx Blue Haze. HEX triplet: B1, AD and BE. RGB value is (177,173,190). Sum of RGB (Red+Green+Blue) = 177+173+190=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ADBE is #4E5241. Grayscale: #B0B0B0. Windows color (decimal): -5132866 or 12496305. OLE color: 12496305.

HSL color Cylindrical-coordinate representation of color #B1ADBE: hue angle of 254.12º 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 #B1ADBE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB177173190-
CMYK0.070.0900.25
HSL254.12º11.56%71.18%-
HSV(B)254.12º8.95%74.51%-
XYZ42.3742.9554.77-
YUV176.13135.83128.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=32.78%
G=32.04%
B=35.19%

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
Decimal1771731900.070.0900.25254.1211.5671.18
HexB1ADBE79019fec47
Octal26125527671103137614107
Binary10110001101011011011111011110010110011111111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ADBE; }

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

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

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

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

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

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

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

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