#B4AEC3

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

Shades of Blue Haze #B4AEC3

Tints of Blue Haze #B4AEC3

Color information

#B4AEC3 (or 0xB4AEC3) is unknown color: approx Blue Haze. HEX triplet: B4, AE and C3. RGB value is (180,174,195). Sum of RGB (Red+Green+Blue) = 180+174+195=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #B4AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AEC3 is #4B513C. Grayscale: #B2B2B2. Windows color (decimal): -4935997 or 12824244. OLE color: 12824244.

HSL color Cylindrical-coordinate representation of color #B4AEC3: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4AEC3 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180174195-
CMYK0.080.1100.24
HSL257.14º14.89%72.35%-
HSV(B)257.14º10.77%76.47%-
XYZ43.8143.9257.8-
YUV178.19137.49129.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=32.79%
G=31.69%
B=35.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801741950.080.1100.24257.1414.8972.35
HexB4AEC38B018101f48
Octal264256303101303040117110
Binary1011010010101110110000111000101101100010000000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEC3; }

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

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

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

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

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

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

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

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