#B6AECB

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

Shades of Blue Haze #B6AECB

Tints of Blue Haze #B6AECB

Color information

#B6AECB (or 0xB6AECB) is unknown color: approx Blue Haze. HEX triplet: B6, AE and CB. RGB value is (182,174,203). Sum of RGB (Red+Green+Blue) = 182+174+203=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AECB is #495134. Grayscale: #B3B3B3. Windows color (decimal): -4804917 or 13348534. OLE color: 13348534.

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

Color convert

RGB182174203-
CMYK0.100.1400.20
HSL256.55º21.8%73.92%-
HSV(B)256.55º14.29%79.61%-
XYZ45.2144.5362.71-
YUV179.7141.15129.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=32.56%
G=31.13%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821742030.100.1400.20256.5521.873.92
HexB6AECBAE014101164a
Octal266256313121602440126112
Binary10110110101011101100101110101110010100100000001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AECB; }

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

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

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

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

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

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

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

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