#B3AECB

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

Shades of Blue Haze #B3AECB

Tints of Blue Haze #B3AECB

Color information

#B3AECB (or 0xB3AECB) is unknown color: approx Blue Haze. HEX triplet: B3, AE and CB. RGB value is (179,174,203). Sum of RGB (Red+Green+Blue) = 179+174+203=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AECB is #4C5134. Grayscale: #B2B2B2. Windows color (decimal): -5001525 or 13348531. OLE color: 13348531.

HSL color Cylindrical-coordinate representation of color #B3AECB: hue angle of 250.34º 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 #B3AECB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179174203-
CMYK0.120.1400.20
HSL250.34º21.8%73.92%-
HSV(B)250.34º14.29%79.61%-
XYZ44.5144.1762.68-
YUV178.8141.66128.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.19%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=32.19%
G=31.29%
B=36.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791742030.120.1400.20250.3421.873.92
HexB3AECBCE014fa164a
Octal263256313141602437226112
Binary1011001110101110110010111100111001010011111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AECB; }

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

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

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

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

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

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

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

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