#B1AECB

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

Shades of Blue Haze #B1AECB

Tints of Blue Haze #B1AECB

Color information

#B1AECB (or 0xB1AECB) is unknown color: approx Blue Haze. HEX triplet: B1, AE and CB. RGB value is (177,174,203). Sum of RGB (Red+Green+Blue) = 177+174+203=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AECB is #4E5134. Grayscale: #B2B2B2. Windows color (decimal): -5132597 or 13348529. OLE color: 13348529.

HSL color Cylindrical-coordinate representation of color #B1AECB: hue angle of 246.21º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1AECB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177174203-
CMYK0.130.1400.20
HSL246.21º21.8%73.92%-
HSV(B)246.21º14.29%79.61%-
XYZ44.0543.9362.66-
YUV178.2141.99127.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.95%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=31.95%
G=31.41%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771742030.130.1400.20246.2121.873.92
HexB1AECBDE014f6164a
Octal261256313151602436626112
Binary1011000110101110110010111101111001010011110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AECB; }

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

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

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

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

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

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

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

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