#B0AFBE

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

Shades of Blue Haze #B0AFBE

Tints of Blue Haze #B0AFBE

Color information

#B0AFBE (or 0xB0AFBE) is unknown color: approx Blue Haze. HEX triplet: B0, AF and BE. RGB value is (176,175,190). Sum of RGB (Red+Green+Blue) = 176+175+190=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFBE is #4F5041. Grayscale: #B0B0B0. Windows color (decimal): -5197890 or 12496816. OLE color: 12496816.

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

Color convert

RGB176175190-
CMYK0.070.0800.25
HSL244º10.34%71.57%-
HSV(B)244º7.89%74.51%-
XYZ42.5343.6154.89-
YUV177.01135.33127.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=32.53%
G=32.35%
B=35.12%

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
Decimal1761751900.070.0800.2524410.3471.57
HexB0AFBE78019f4a48
Octal26025727671003136412110
Binary10110000101011111011111011110000110011111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFBE; }

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

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

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

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

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

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

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

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