#B3AECC

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

Shades of Blue Haze #B3AECC

Tints of Blue Haze #B3AECC

Color information

#B3AECC (or 0xB3AECC) is unknown color: approx Blue Haze. HEX triplet: B3, AE and CC. RGB value is (179,174,204). Sum of RGB (Red+Green+Blue) = 179+174+204=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AECC is #4C5133. Grayscale: #B2B2B2. Windows color (decimal): -5001524 or 13414067. OLE color: 13414067.

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

Color convert

RGB179174204-
CMYK0.120.1500.2
HSL250º22.73%74.12%-
HSV(B)250º14.71%80%-
XYZ44.6344.2263.31-
YUV178.92142.16128.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=32.14%
G=31.24%
B=36.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1791742040.120.1500.225022.7374.12
HexB3AECCCF014fa174a
Octal263256314141702437227112
Binary1011001110101110110011001100111101010011111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AECC; }

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

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

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

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

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

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

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

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