#B1AEC4

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

Shades of Blue Haze #B1AEC4

Tints of Blue Haze #B1AEC4

Color information

#B1AEC4 (or 0xB1AEC4) is unknown color: approx Blue Haze. HEX triplet: B1, AE and C4. RGB value is (177,174,196). Sum of RGB (Red+Green+Blue) = 177+174+196=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #B1AEC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEC4 is #4E513B. Grayscale: #B1B1B1. Windows color (decimal): -5132604 or 12889777. OLE color: 12889777.

HSL color Cylindrical-coordinate representation of color #B1AEC4: hue angle of 248.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AEC4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB177174196-
CMYK0.100.1100.23
HSL248.18º15.71%72.55%-
HSV(B)248.18º11.22%76.86%-
XYZ43.2343.658.36-
YUV177.4138.49127.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=32.36%
G=31.81%
B=35.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771741960.100.1100.23248.1815.7172.55
HexB1AEC4AB017f81049
Octal261256304121302737020111
Binary1011000110101110110001001010101101011111111000100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEC4; }

 p { color: rgb(177,174,196); }

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

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

 a { background-color: rgb(177,174,196); }

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

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

 span { border-color: rgb(177,174,196); }

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