#B1AEC1

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

Shades of Blue Haze #B1AEC1

Tints of Blue Haze #B1AEC1

Color information

#B1AEC1 (or 0xB1AEC1) is unknown color: approx Blue Haze. HEX triplet: B1, AE and C1. RGB value is (177,174,193). Sum of RGB (Red+Green+Blue) = 177+174+193=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #B1AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEC1 is #4E513E. Grayscale: #B0B0B0. Windows color (decimal): -5132607 or 12693169. OLE color: 12693169.

HSL color Cylindrical-coordinate representation of color #B1AEC1: hue angle of 249.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AEC1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177174193-
CMYK0.080.1000.24
HSL249.47º13.29%71.96%-
HSV(B)249.47º9.84%75.69%-
XYZ42.8943.4756.58-
YUV177.06136.99127.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=32.54%
G=31.99%
B=35.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771741930.080.1000.24249.4713.2971.96
HexB1AEC18A018f9d48
Octal261256301101203037115110
Binary101100011010111011000001100010100110001111100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AEC1; }

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

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

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

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

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

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

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

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