#B4AED0

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

Shades of Blue Haze #B4AED0

Tints of Blue Haze #B4AED0

Color information

#B4AED0 (or 0xB4AED0) is unknown color: approx Blue Haze. HEX triplet: B4, AE and D0. RGB value is (180,174,208). Sum of RGB (Red+Green+Blue) = 180+174+208=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #B4AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AED0 is #4B512F. Grayscale: #B3B3B3. Windows color (decimal): -4935984 or 13676212. OLE color: 13676212.

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

Color convert

RGB180174208-
CMYK0.130.1600.18
HSL250.59º26.56%74.9%-
HSV(B)250.59º16.35%81.57%-
XYZ45.3444.5365.88-
YUV179.67143.99128.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.03%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=32.03%
G=30.96%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801742080.130.1600.18250.5926.5674.9
HexB4AED0D10012fb1b4b
Octal264256320152002237333113
Binary10110100101011101101000011011000001001011111011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AED0; }

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

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

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

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

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

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

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

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