#B4AEC4

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

Shades of Blue Haze #B4AEC4

Tints of Blue Haze #B4AEC4

Color information

#B4AEC4 (or 0xB4AEC4) is unknown color: approx Blue Haze. HEX triplet: B4, AE and C4. RGB value is (180,174,196). Sum of RGB (Red+Green+Blue) = 180+174+196=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 196 - color contains mainly: blue. Hex color #B4AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEC4 is #4B513B. Grayscale: #B2B2B2. Windows color (decimal): -4935996 or 12889780. OLE color: 12889780.

HSL color Cylindrical-coordinate representation of color #B4AEC4: hue angle of 256.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4AEC4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180174196-
CMYK0.080.1100.23
HSL256.36º15.71%72.55%-
HSV(B)256.36º11.22%76.86%-
XYZ43.9243.9658.39-
YUV178.3137.99129.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 196 (76.95% from 255) = 35.64%
R=32.73%
G=31.64%
B=35.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801741960.080.1100.23256.3615.7172.55
HexB4AEC48B0171001049
Octal264256304101302740020111
Binary10110100101011101100010010001011010111100000000100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEC4; }

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

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

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

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

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

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

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

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