#B2A9D8

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

Shades of Blue Haze #B2A9D8

Tints of Blue Haze #B2A9D8

Color information

#B2A9D8 (or 0xB2A9D8) is unknown color: approx Blue Haze. HEX triplet: B2, A9 and D8. RGB value is (178,169,216). Sum of RGB (Red+Green+Blue) = 178+169+216=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #B2A9D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9D8 is #4D5627. Grayscale: #B0B0B0. Windows color (decimal): -5068328 or 14199218. OLE color: 14199218.

HSL color Cylindrical-coordinate representation of color #B2A9D8: hue angle of 251.49º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2A9D8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178169216-
CMYK0.180.2200.15
HSL251.49º37.6%75.49%-
HSV(B)251.49º21.76%84.71%-
XYZ44.9442.870.86-
YUV177.05149.98128.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 216 (84.77% from 255) = 38.37%
R=31.62%
G=30.02%
B=38.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781692160.180.2200.15251.4937.675.49
HexB2A9D812160Ffb264b
Octal262251330222601737346113
Binary101100101010100111011000100101011001111111110111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A9D8; }

 p { color: rgb(178,169,216); }

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

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

 a { background-color: rgb(178,169,216); }

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

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

 span { border-color: rgb(178,169,216); }

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