#B3AEC7

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

Shades of Blue Haze #B3AEC7

Tints of Blue Haze #B3AEC7

Color information

#B3AEC7 (or 0xB3AEC7) is unknown color: approx Blue Haze. HEX triplet: B3, AE and C7. RGB value is (179,174,199). Sum of RGB (Red+Green+Blue) = 179+174+199=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 199 - color contains mainly: blue. Hex color #B3AEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEC7 is #4C5138. Grayscale: #B2B2B2. Windows color (decimal): -5001529 or 13086387. OLE color: 13086387.

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

Color convert

RGB179174199-
CMYK0.100.1300.22
HSL252º18.25%73.14%-
HSV(B)252º12.56%78.04%-
XYZ44.0443.9860.2-
YUV178.34139.66128.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 199 (78.12% from 255) = 36.05%
R=32.43%
G=31.52%
B=36.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791741990.100.1300.2225218.2573.14
HexB3AEC7AD016fc1249
Octal263256307121502637422111
Binary1011001110101110110001111010110101011011111100100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEC7; }

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

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

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

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

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

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

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

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