#B1AECA

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

Shades of Blue Haze #B1AECA

Tints of Blue Haze #B1AECA

Color information

#B1AECA (or 0xB1AECA) is unknown color: approx Blue Haze. HEX triplet: B1, AE and CA. RGB value is (177,174,202). Sum of RGB (Red+Green+Blue) = 177+174+202=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AECA is #4E5135. Grayscale: #B1B1B1. Windows color (decimal): -5132598 or 13282993. OLE color: 13282993.

HSL color Cylindrical-coordinate representation of color #B1AECA: hue angle of 246.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1AECA is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177174202-
CMYK0.120.1400.21
HSL246.43º20.9%73.73%-
HSV(B)246.43º13.86%79.22%-
XYZ43.9343.8862.03-
YUV178.09141.49127.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=32.01%
G=31.46%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771742020.120.1400.21246.4320.973.73
HexB1AECACE015f6154a
Octal261256312141602536625112
Binary1011000110101110110010101100111001010111110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AECA; }

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

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

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

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

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

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

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

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