#B3AAD0

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

Shades of Blue Haze #B3AAD0

Tints of Blue Haze #B3AAD0

Color information

#B3AAD0 (or 0xB3AAD0) is unknown color: approx Blue Haze. HEX triplet: B3, AA and D0. RGB value is (179,170,208). Sum of RGB (Red+Green+Blue) = 179+170+208=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3AAD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAD0 is #4C552F. Grayscale: #B0B0B0. Windows color (decimal): -5002544 or 13675187. OLE color: 13675187.

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

Color convert

RGB179170208-
CMYK0.140.1800.18
HSL254.21º28.79%74.12%-
HSV(B)254.21º18.27%81.57%-
XYZ44.3542.8965.62-
YUV177.02145.48129.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=32.14%
G=30.52%
B=37.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1791702080.140.1800.18254.2128.7974.12
HexB3AAD0E12012fe1d4a
Octal263252320162202237635112
Binary10110011101010101101000011101001001001011111110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAD0; }

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

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

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

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

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

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

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

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