#B4AED1

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

Shades of Blue Haze #B4AED1

Tints of Blue Haze #B4AED1

Color information

#B4AED1 (or 0xB4AED1) is unknown color: approx Blue Haze. HEX triplet: B4, AE and D1. RGB value is (180,174,209). Sum of RGB (Red+Green+Blue) = 180+174+209=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #B4AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AED1 is #4B512E. Grayscale: #B3B3B3. Windows color (decimal): -4935983 or 13741748. OLE color: 13741748.

HSL color Cylindrical-coordinate representation of color #B4AED1: hue angle of 250.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4AED1 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180174209-
CMYK0.140.1700.18
HSL250.29º27.56%75.1%-
HSV(B)250.29º16.75%81.96%-
XYZ45.4744.5866.53-
YUV179.78144.49128.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=31.97%
G=30.91%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801742090.140.1700.18250.2927.5675.1
HexB4AED1E11012fa1c4b
Octal264256321162102237234113
Binary10110100101011101101000111101000101001011111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AED1; }

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

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

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

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

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

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

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

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