#B3AEC9

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

Shades of Blue Haze #B3AEC9

Tints of Blue Haze #B3AEC9

Color information

#B3AEC9 (or 0xB3AEC9) is unknown color: approx Blue Haze. HEX triplet: B3, AE and C9. RGB value is (179,174,201). Sum of RGB (Red+Green+Blue) = 179+174+201=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEC9 is #4C5136. Grayscale: #B2B2B2. Windows color (decimal): -5001527 or 13217459. OLE color: 13217459.

HSL color Cylindrical-coordinate representation of color #B3AEC9: hue angle of 251.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3AEC9 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179174201-
CMYK0.110.1300.21
HSL251.11º20%73.53%-
HSV(B)251.11º13.43%78.82%-
XYZ44.2744.0761.43-
YUV178.57140.66128.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 201 (78.91% from 255) = 36.28%
R=32.31%
G=31.41%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791742010.110.1300.21251.112073.53
HexB3AEC9BD015fb144a
Octal263256311131502537324112
Binary1011001110101110110010011011110101010111111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEC9; }

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

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

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

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

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

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

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

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