#B0AEBD

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

Shades of Blue Haze #B0AEBD

Tints of Blue Haze #B0AEBD

Color information

#B0AEBD (or 0xB0AEBD) is unknown color: approx Blue Haze. HEX triplet: B0, AE and BD. RGB value is (176,174,189). Sum of RGB (Red+Green+Blue) = 176+174+189=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEBD is #4F5142. Grayscale: #B0B0B0. Windows color (decimal): -5198147 or 12431024. OLE color: 12431024.

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

Color convert

RGB176174189-
CMYK0.070.0800.26
HSL248º10.2%71.18%-
HSV(B)248º7.94%74.12%-
XYZ42.2343.1854.25-
YUV176.31135.16127.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=32.65%
G=32.28%
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.26
SystemRedGreenBlueCMYKHSL
Decimal1761741890.070.0800.2624810.271.18
HexB0AEBD7801Af8a47
Octal26025627571003237012107
Binary10110000101011101011110111110000110101111100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEBD; }

 p { color: rgb(176,174,189); }

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

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

 a { background-color: rgb(176,174,189); }

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

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

 span { border-color: rgb(176,174,189); }

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