#B2AECC

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

Shades of Blue Haze #B2AECC

Tints of Blue Haze #B2AECC

Color information

#B2AECC (or 0xB2AECC) is unknown color: approx Blue Haze. HEX triplet: B2, AE and CC. RGB value is (178,174,204). Sum of RGB (Red+Green+Blue) = 178+174+204=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECC is #4D5133. Grayscale: #B2B2B2. Windows color (decimal): -5067060 or 13414066. OLE color: 13414066.

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

Color convert

RGB178174204-
CMYK0.130.1500.2
HSL248º22.73%74.12%-
HSV(B)248º14.71%80%-
XYZ44.444.163.3-
YUV178.62142.33127.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=32.01%
G=31.29%
B=36.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781742040.130.1500.224822.7374.12
HexB2AECCDF014f8174a
Octal262256314151702437027112
Binary1011001010101110110011001101111101010011111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AECC; }

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

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

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

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

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

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

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

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