#B6AECD

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

Shades of Blue Haze #B6AECD

Tints of Blue Haze #B6AECD

Color information

#B6AECD (or 0xB6AECD) is unknown color: approx Blue Haze. HEX triplet: B6, AE and CD. RGB value is (182,174,205). Sum of RGB (Red+Green+Blue) = 182+174+205=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AECD is #495132. Grayscale: #B3B3B3. Windows color (decimal): -4804915 or 13479606. OLE color: 13479606.

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

Color convert

RGB182174205-
CMYK0.110.1500.20
HSL255.48º23.66%74.31%-
HSV(B)255.48º15.12%80.39%-
XYZ45.4544.6263.98-
YUV179.93142.15129.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=32.44%
G=31.02%
B=36.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821742050.110.1500.20255.4823.6674.31
HexB6AECDBF014ff184a
Octal266256315131702437730112
Binary1011011010101110110011011011111101010011111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AECD; }

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

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

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

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

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

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

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

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