#B2AECB

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

Shades of Blue Haze #B2AECB

Tints of Blue Haze #B2AECB

Color information

#B2AECB (or 0xB2AECB) is unknown color: approx Blue Haze. HEX triplet: B2, AE and CB. RGB value is (178,174,203). Sum of RGB (Red+Green+Blue) = 178+174+203=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECB is #4D5134. Grayscale: #B2B2B2. Windows color (decimal): -5067061 or 13348530. OLE color: 13348530.

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

Color convert

RGB178174203-
CMYK0.120.1400.20
HSL248.28º21.8%73.92%-
HSV(B)248.28º14.29%79.61%-
XYZ44.2844.0562.67-
YUV178.5141.83127.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=32.07%
G=31.35%
B=36.58%

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
Decimal1781742030.120.1400.20248.2821.873.92
HexB2AECBCE014f8164a
Octal262256313141602437026112
Binary1011001010101110110010111100111001010011111000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AECB; }

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

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

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

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

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

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

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

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