#B1AEC5

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

Shades of Blue Haze #B1AEC5

Tints of Blue Haze #B1AEC5

Color information

#B1AEC5 (or 0xB1AEC5) is unknown color: approx Blue Haze. HEX triplet: B1, AE and C5. RGB value is (177,174,197). Sum of RGB (Red+Green+Blue) = 177+174+197=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 197 - color contains mainly: blue. Hex color #B1AEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEC5 is #4E513A. Grayscale: #B1B1B1. Windows color (decimal): -5132603 or 12955313. OLE color: 12955313.

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

Color convert

RGB177174197-
CMYK0.100.1200.23
HSL247.83º16.55%72.75%-
HSV(B)247.83º11.68%77.25%-
XYZ43.3543.6558.96-
YUV177.52138.99127.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=32.30%
G=31.75%
B=35.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1771741970.100.1200.23247.8316.5572.75
HexB1AEC5AC017f81149
Octal261256305121402737021111
Binary1011000110101110110001011010110001011111111000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEC5; }

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

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

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

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

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

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

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

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