#B3AED4

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

Shades of Blue Haze #B3AED4

Tints of Blue Haze #B3AED4

Color information

#B3AED4 (or 0xB3AED4) is unknown color: approx Blue Haze. HEX triplet: B3, AE and D4. RGB value is (179,174,212). Sum of RGB (Red+Green+Blue) = 179+174+212=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #B3AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AED4 is #4C512B. Grayscale: #B3B3B3. Windows color (decimal): -5001516 or 13938355. OLE color: 13938355.

HSL color Cylindrical-coordinate representation of color #B3AED4: hue angle of 247.89º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3AED4 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB179174212-
CMYK0.160.1800.17
HSL247.89º30.65%75.69%-
HSV(B)247.89º17.92%83.14%-
XYZ45.6144.6168.49-
YUV179.83146.16127.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=31.68%
G=30.80%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791742120.160.1800.17247.8930.6575.69
HexB3AED41012011f81f4c
Octal263256324202202137037114
Binary101100111010111011010100100001001001000111111000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AED4; }

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

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

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

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

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

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

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

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