#B2ACD6

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

Shades of Blue Haze #B2ACD6

Tints of Blue Haze #B2ACD6

Color information

#B2ACD6 (or 0xB2ACD6) is unknown color: approx Blue Haze. HEX triplet: B2, AC and D6. RGB value is (178,172,214). Sum of RGB (Red+Green+Blue) = 178+172+214=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #B2ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACD6 is #4D5329. Grayscale: #B2B2B2. Windows color (decimal): -5067562 or 14068914. OLE color: 14068914.

HSL color Cylindrical-coordinate representation of color #B2ACD6: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2ACD6 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178172214-
CMYK0.170.2000.16
HSL248.57º33.87%75.69%-
HSV(B)248.57º19.63%83.92%-
XYZ45.2543.8369.69-
YUV178.58147.99127.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 214 (83.98% from 255) = 37.94%
R=31.56%
G=30.50%
B=37.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781722140.170.2000.16248.5733.8775.69
HexB2ACD61114010f9224c
Octal262254326212402037142114
Binary1011001010101100110101101000110100010000111110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACD6; }

 p { color: rgb(178,172,214); }

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

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

 a { background-color: rgb(178,172,214); }

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

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

 span { border-color: rgb(178,172,214); }

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