#B1AFBE

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

Shades of Blue Haze #B1AFBE

Tints of Blue Haze #B1AFBE

Color information

#B1AFBE (or 0xB1AFBE) is unknown color: approx Blue Haze. HEX triplet: B1, AF and BE. RGB value is (177,175,190). Sum of RGB (Red+Green+Blue) = 177+175+190=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 190 - color contains mainly: blue. Hex color #B1AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFBE is #4E5041. Grayscale: #B1B1B1. Windows color (decimal): -5132354 or 12496817. OLE color: 12496817.

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

Color convert

RGB177175190-
CMYK0.070.0800.25
HSL248º10.34%71.57%-
HSV(B)248º7.89%74.51%-
XYZ42.7643.7254.9-
YUV177.31135.16127.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=32.66%
G=32.29%
B=35.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771751900.070.0800.2524810.3471.57
HexB1AFBE78019f8a48
Octal26125727671003137012110
Binary10110001101011111011111011110000110011111100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFBE; }

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

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

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

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

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

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

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

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