#B4AED6

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

Shades of Blue Haze #B4AED6

Tints of Blue Haze #B4AED6

Color information

#B4AED6 (or 0xB4AED6) is unknown color: approx Blue Haze. HEX triplet: B4, AE and D6. RGB value is (180,174,214). Sum of RGB (Red+Green+Blue) = 180+174+214=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #B4AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AED6 is #4B5129. Grayscale: #B4B4B4. Windows color (decimal): -4935978 or 14069428. OLE color: 14069428.

HSL color Cylindrical-coordinate representation of color #B4AED6: hue angle of 249º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4AED6 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180174214-
CMYK0.160.1900.16
HSL249º32.79%76.08%-
HSV(B)249º18.69%83.92%-
XYZ46.144.8369.84-
YUV180.35146.99127.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=31.69%
G=30.63%
B=37.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801742140.160.1900.1624932.7976.08
HexB4AED61013010f9214c
Octal264256326202302037141114
Binary1011010010101110110101101000010011010000111110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AED6; }

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

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

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

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

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

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

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

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