#B2AACA

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

Shades of Blue Haze #B2AACA

Tints of Blue Haze #B2AACA

Color information

#B2AACA (or 0xB2AACA) is unknown color: approx Blue Haze. HEX triplet: B2, AA and CA. RGB value is (178,170,202). Sum of RGB (Red+Green+Blue) = 178+170+202=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AACA is #4D5535. Grayscale: #AFAFAF. Windows color (decimal): -5068086 or 13281970. OLE color: 13281970.

HSL color Cylindrical-coordinate representation of color #B2AACA: hue angle of 255º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2AACA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178170202-
CMYK0.120.1600.21
HSL255º23.19%72.94%-
HSV(B)255º15.84%79.22%-
XYZ43.442.4861.79-
YUV176.04142.65129.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.36%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=32.36%
G=30.91%
B=36.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781702020.120.1600.2125523.1972.94
HexB2AACAC10015ff1749
Octal262252312142002537727111
Binary10110010101010101100101011001000001010111111111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AACA; }

 p { color: rgb(178,170,202); }

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

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

 a { background-color: rgb(178,170,202); }

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

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

 span { border-color: rgb(178,170,202); }

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