#B3AECA

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

Shades of Blue Haze #B3AECA

Tints of Blue Haze #B3AECA

Color information

#B3AECA (or 0xB3AECA) is unknown color: approx Blue Haze. HEX triplet: B3, AE and CA. RGB value is (179,174,202). Sum of RGB (Red+Green+Blue) = 179+174+202=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AECA is #4C5135. Grayscale: #B2B2B2. Windows color (decimal): -5001526 or 13282995. OLE color: 13282995.

HSL color Cylindrical-coordinate representation of color #B3AECA: hue angle of 250.71º 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 #B3AECA is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179174202-
CMYK0.110.1400.21
HSL250.71º20.9%73.73%-
HSV(B)250.71º13.86%79.22%-
XYZ44.3944.1262.05-
YUV178.69141.16128.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=32.25%
G=31.35%
B=36.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791742020.110.1400.21250.7120.973.73
HexB3AECABE015fb154a
Octal263256312131602537325112
Binary1011001110101110110010101011111001010111111011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AECA; }

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

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

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

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

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

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

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

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