#B3AECD

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

Shades of Blue Haze #B3AECD

Tints of Blue Haze #B3AECD

Color information

#B3AECD (or 0xB3AECD) is unknown color: approx Blue Haze. HEX triplet: B3, AE and CD. RGB value is (179,174,205). Sum of RGB (Red+Green+Blue) = 179+174+205=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AECD is #4C5132. Grayscale: #B2B2B2. Windows color (decimal): -5001523 or 13479603. OLE color: 13479603.

HSL color Cylindrical-coordinate representation of color #B3AECD: hue angle of 249.68º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3AECD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179174205-
CMYK0.130.1500.20
HSL249.68º23.66%74.31%-
HSV(B)249.68º15.12%80.39%-
XYZ44.7544.2663.94-
YUV179.03142.66127.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.08%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=32.08%
G=31.18%
B=36.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791742050.130.1500.20249.6823.6674.31
HexB3AECDDF014fa184a
Octal263256315151702437230112
Binary1011001110101110110011011101111101010011111010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AECD; }

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

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

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

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

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

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

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

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