#B2AACD

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

Shades of Blue Haze #B2AACD

Tints of Blue Haze #B2AACD

Color information

#B2AACD (or 0xB2AACD) is unknown color: approx Blue Haze. HEX triplet: B2, AA and CD. RGB value is (178,170,205). Sum of RGB (Red+Green+Blue) = 178+170+205=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AACD is #4D5532. Grayscale: #B0B0B0. Windows color (decimal): -5068083 or 13478578. OLE color: 13478578.

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

Color convert

RGB178170205-
CMYK0.130.1700.20
HSL253.71º25.93%73.53%-
HSV(B)253.71º17.07%80.39%-
XYZ43.7542.6263.68-
YUV176.38144.15129.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=32.19%
G=30.74%
B=37.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781702050.130.1700.20253.7125.9373.53
HexB2AACDD11014fe1a4a
Octal262252315152102437632112
Binary10110010101010101100110111011000101010011111110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AACD; }

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

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

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

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

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

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

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

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