#B3AAD5

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

Shades of Blue Haze #B3AAD5

Tints of Blue Haze #B3AAD5

Color information

#B3AAD5 (or 0xB3AAD5) is unknown color: approx Blue Haze. HEX triplet: B3, AA and D5. RGB value is (179,170,213). Sum of RGB (Red+Green+Blue) = 179+170+213=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #B3AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAD5 is #4C552A. Grayscale: #B1B1B1. Windows color (decimal): -5002539 or 14002867. OLE color: 14002867.

HSL color Cylindrical-coordinate representation of color #B3AAD5: hue angle of 252.56º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3AAD5 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179170213-
CMYK0.160.2000.16
HSL252.56º33.86%75.1%-
HSV(B)252.56º20.19%83.53%-
XYZ44.9843.1468.91-
YUV177.59147.98129-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=31.85%
G=30.25%
B=37.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791702130.160.2000.16252.5633.8675.1
HexB3AAD51014010fd224b
Octal263252325202402037542113
Binary1011001110101010110101011000010100010000111111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAD5; }

 p { color: rgb(179,170,213); }

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

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

 a { background-color: rgb(179,170,213); }

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

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

 span { border-color: rgb(179,170,213); }

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