#B3AED0

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

Shades of Blue Haze #B3AED0

Tints of Blue Haze #B3AED0

Color information

#B3AED0 (or 0xB3AED0) is unknown color: approx Blue Haze. HEX triplet: B3, AE and D0. RGB value is (179,174,208). Sum of RGB (Red+Green+Blue) = 179+174+208=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AED0 is #4C512F. Grayscale: #B3B3B3. Windows color (decimal): -5001520 or 13676211. OLE color: 13676211.

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

Color convert

RGB179174208-
CMYK0.140.1600.18
HSL248.82º26.56%74.9%-
HSV(B)248.82º16.35%81.57%-
XYZ45.1144.4165.87-
YUV179.37144.16127.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=31.91%
G=31.02%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791742080.140.1600.18248.8226.5674.9
HexB3AED0E10012f91b4b
Octal263256320162002237133113
Binary10110011101011101101000011101000001001011111001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AED0; }

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

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

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

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

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

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

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

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