#B4AECA

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

Shades of Blue Haze #B4AECA

Tints of Blue Haze #B4AECA

Color information

#B4AECA (or 0xB4AECA) is unknown color: approx Blue Haze. HEX triplet: B4, AE and CA. RGB value is (180,174,202). Sum of RGB (Red+Green+Blue) = 180+174+202=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AECA is #4B5135. Grayscale: #B2B2B2. Windows color (decimal): -4935990 or 13282996. OLE color: 13282996.

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

Color convert

RGB180174202-
CMYK0.110.1400.21
HSL252.86º20.9%73.73%-
HSV(B)252.86º13.86%79.22%-
XYZ44.6244.2462.06-
YUV178.99140.99128.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=32.37%
G=31.29%
B=36.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801742020.110.1400.21252.8620.973.73
HexB4AECABE015fd154a
Octal264256312131602537525112
Binary1011010010101110110010101011111001010111111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AECA; }

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

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

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

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

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

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

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

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