#B3AECE

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

Shades of Blue Haze #B3AECE

Tints of Blue Haze #B3AECE

Color information

#B3AECE (or 0xB3AECE) is unknown color: approx Blue Haze. HEX triplet: B3, AE and CE. RGB value is (179,174,206). Sum of RGB (Red+Green+Blue) = 179+174+206=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3AECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AECE is #4C5131. Grayscale: #B3B3B3. Windows color (decimal): -5001522 or 13545139. OLE color: 13545139.

HSL color Cylindrical-coordinate representation of color #B3AECE: hue angle of 249.38º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3AECE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179174206-
CMYK0.130.1600.19
HSL249.38º24.62%74.51%-
HSV(B)249.38º15.53%80.78%-
XYZ44.8744.3164.58-
YUV179.14143.16127.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=32.02%
G=31.13%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791742060.130.1600.19249.3824.6274.51
HexB3AECED10013f9194b
Octal263256316152002337131113
Binary10110011101011101100111011011000001001111111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AECE; }

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

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

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

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

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

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

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

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