#b2aad4

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

Shades of Blue Haze #B2AAD4

Tints of Blue Haze #B2AAD4

Color information

#B2AAD4 (or 0xB2AAD4) is unknown color: approx Blue Haze. HEX triplet: B2, AA and D4. RGB value is (178,170,212). Sum of RGB (Red+Green+Blue) = 178+170+212=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2AAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAD4 is #4D552B. Grayscale: #B1B1B1. Windows color (decimal): -5068076 or 13937330. OLE color: 13937330.

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

Color convert

RGB178170212-
CMYK0.160.2000.17
HSL251.43º32.81%74.9%-
HSV(B)251.43º19.81%83.14%-
XYZ44.6242.9768.23-
YUV177.18147.65128.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 212 (83.20% from 255) = 37.86%
R=31.79%
G=30.36%
B=37.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781702120.160.2000.17251.4332.8174.9
HexB2AAD41014011fb214b
Octal262252324202402137341113
Binary1011001010101010110101001000010100010001111110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2aad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2aad4; }

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

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

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

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

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

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

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

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