#B4AEC9

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

Shades of Blue Haze #B4AEC9

Tints of Blue Haze #B4AEC9

Color information

#B4AEC9 (or 0xB4AEC9) is unknown color: approx Blue Haze. HEX triplet: B4, AE and C9. RGB value is (180,174,201). Sum of RGB (Red+Green+Blue) = 180+174+201=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #B4AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEC9 is #4B5136. Grayscale: #B2B2B2. Windows color (decimal): -4935991 or 13217460. OLE color: 13217460.

HSL color Cylindrical-coordinate representation of color #B4AEC9: hue angle of 253.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4AEC9 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180174201-
CMYK0.100.1300.21
HSL253.33º20%73.53%-
HSV(B)253.33º13.43%78.82%-
XYZ44.544.1961.44-
YUV178.87140.49128.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=32.43%
G=31.35%
B=36.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801742010.100.1300.21253.332073.53
HexB4AEC9AD015fd144a
Octal264256311121502537524112
Binary1011010010101110110010011010110101010111111101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEC9; }

 p { color: rgb(180,174,201); }

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

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

 a { background-color: rgb(180,174,201); }

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

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

 span { border-color: rgb(180,174,201); }

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