#B1AEC3

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

Shades of Blue Haze #B1AEC3

Tints of Blue Haze #B1AEC3

Color information

#B1AEC3 (or 0xB1AEC3) is unknown color: approx Blue Haze. HEX triplet: B1, AE and C3. RGB value is (177,174,195). Sum of RGB (Red+Green+Blue) = 177+174+195=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEC3 is #4E513C. Grayscale: #B1B1B1. Windows color (decimal): -5132605 or 12824241. OLE color: 12824241.

HSL color Cylindrical-coordinate representation of color #B1AEC3: hue angle of 248.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AEC3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177174195-
CMYK0.090.1100.24
HSL248.57º14.89%72.35%-
HSV(B)248.57º10.77%76.47%-
XYZ43.1243.5657.77-
YUV177.29137.99127.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 195 (76.56% from 255) = 35.71%
R=32.42%
G=31.87%
B=35.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771741950.090.1100.24248.5714.8972.35
HexB1AEC39B018f9f48
Octal261256303111303037117110
Binary101100011010111011000011100110110110001111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEC3; }

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

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

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

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

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

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

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

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