#B0AECA

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

Shades of Blue Haze #B0AECA

Tints of Blue Haze #B0AECA

Color information

#B0AECA (or 0xB0AECA) is unknown color: approx Blue Haze. HEX triplet: B0, AE and CA. RGB value is (176,174,202). Sum of RGB (Red+Green+Blue) = 176+174+202=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AECA is #4F5135. Grayscale: #B1B1B1. Windows color (decimal): -5198134 or 13282992. OLE color: 13282992.

HSL color Cylindrical-coordinate representation of color #B0AECA: hue angle of 244.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0AECA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176174202-
CMYK0.130.1400.21
HSL244.29º20.9%73.73%-
HSV(B)244.29º13.86%79.22%-
XYZ43.743.7762.02-
YUV177.79141.66126.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=31.88%
G=31.52%
B=36.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761742020.130.1400.21244.2920.973.73
HexB0AECADE015f4154a
Octal260256312151602536425112
Binary1011000010101110110010101101111001010111110100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AECA; }

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

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

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

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

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

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

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

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