#B5AECB

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

Shades of Blue Haze #B5AECB

Tints of Blue Haze #B5AECB

Color information

#B5AECB (or 0xB5AECB) is unknown color: approx Blue Haze. HEX triplet: B5, AE and CB. RGB value is (181,174,203). Sum of RGB (Red+Green+Blue) = 181+174+203=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AECB is #4A5134. Grayscale: #B3B3B3. Windows color (decimal): -4870453 or 13348533. OLE color: 13348533.

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

Color convert

RGB181174203-
CMYK0.110.1400.20
HSL254.48º21.8%73.92%-
HSV(B)254.48º14.29%79.61%-
XYZ44.9744.4162.7-
YUV179.4141.32129.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=32.44%
G=31.18%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811742030.110.1400.20254.4821.873.92
HexB5AECBBE014fe164a
Octal265256313131602437626112
Binary1011010110101110110010111011111001010011111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AECB; }

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

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

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

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

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

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

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

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