#B1AECE

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

Shades of Blue Haze #B1AECE

Tints of Blue Haze #B1AECE

Color information

#B1AECE (or 0xB1AECE) is unknown color: approx Blue Haze. HEX triplet: B1, AE and CE. RGB value is (177,174,206). Sum of RGB (Red+Green+Blue) = 177+174+206=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AECE is #4E5131. Grayscale: #B2B2B2. Windows color (decimal): -5132594 or 13545137. OLE color: 13545137.

HSL color Cylindrical-coordinate representation of color #B1AECE: hue angle of 245.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1AECE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177174206-
CMYK0.140.1600.19
HSL245.62º24.62%74.51%-
HSV(B)245.62º15.53%80.78%-
XYZ44.4144.0864.56-
YUV178.54143.49126.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=31.78%
G=31.24%
B=36.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771742060.140.1600.19245.6224.6274.51
HexB1AECEE10013f6194b
Octal261256316162002336631113
Binary10110001101011101100111011101000001001111110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AECE; }

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

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

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

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

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

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

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

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