#B6AECC

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

Shades of Blue Haze #B6AECC

Tints of Blue Haze #B6AECC

Color information

#B6AECC (or 0xB6AECC) is unknown color: approx Blue Haze. HEX triplet: B6, AE and CC. RGB value is (182,174,204). Sum of RGB (Red+Green+Blue) = 182+174+204=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AECC is #495133. Grayscale: #B3B3B3. Windows color (decimal): -4804916 or 13414070. OLE color: 13414070.

HSL color Cylindrical-coordinate representation of color #B6AECC: hue angle of 256º degrees, saturation: 0.23, 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 #B6AECC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182174204-
CMYK0.110.1500.2
HSL256º22.73%74.12%-
HSV(B)256º14.71%80%-
XYZ45.3344.5863.34-
YUV179.81141.65129.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.5%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=32.5%
G=31.07%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821742040.110.1500.225622.7374.12
HexB6AECCBF014100174a
Octal266256314131702440027112
Binary10110110101011101100110010111111010100100000000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AECC; }

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

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

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

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

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

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

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

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