#B3AEC6

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

Shades of Blue Haze #B3AEC6

Tints of Blue Haze #B3AEC6

Color information

#B3AEC6 (or 0xB3AEC6) is unknown color: approx Blue Haze. HEX triplet: B3, AE and C6. RGB value is (179,174,198). Sum of RGB (Red+Green+Blue) = 179+174+198=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #B3AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEC6 is #4C5139. Grayscale: #B2B2B2. Windows color (decimal): -5001530 or 13020851. OLE color: 13020851.

HSL color Cylindrical-coordinate representation of color #B3AEC6: hue angle of 252.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3AEC6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179174198-
CMYK0.100.1200.22
HSL252.5º17.39%72.94%-
HSV(B)252.5º12.12%77.65%-
XYZ43.9243.9359.59-
YUV178.23139.16128.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=32.49%
G=31.58%
B=35.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791741980.100.1200.22252.517.3972.94
HexB3AEC6AC016fc1149
Octal263256306121402637421111
Binary1011001110101110110001101010110001011011111100100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEC6; }

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

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

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

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

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

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

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

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