#B3AED1

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

Shades of Blue Haze #B3AED1

Tints of Blue Haze #B3AED1

Color information

#B3AED1 (or 0xB3AED1) is unknown color: approx Blue Haze. HEX triplet: B3, AE and D1. RGB value is (179,174,209). Sum of RGB (Red+Green+Blue) = 179+174+209=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #B3AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AED1 is #4C512E. Grayscale: #B3B3B3. Windows color (decimal): -5001519 or 13741747. OLE color: 13741747.

HSL color Cylindrical-coordinate representation of color #B3AED1: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3AED1 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179174209-
CMYK0.140.1700.18
HSL248.57º27.56%75.1%-
HSV(B)248.57º16.75%81.96%-
XYZ45.2444.4666.52-
YUV179.48144.66127.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=31.85%
G=30.96%
B=37.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791742090.140.1700.18248.5727.5675.1
HexB3AED1E11012f91c4b
Octal263256321162102237134113
Binary10110011101011101101000111101000101001011111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AED1; }

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

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

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

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

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

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

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

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