#B4AED5

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

Shades of Blue Haze #B4AED5

Tints of Blue Haze #B4AED5

Color information

#B4AED5 (or 0xB4AED5) is unknown color: approx Blue Haze. HEX triplet: B4, AE and D5. RGB value is (180,174,213). Sum of RGB (Red+Green+Blue) = 180+174+213=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #B4AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AED5 is #4B512A. Grayscale: #B4B4B4. Windows color (decimal): -4935979 or 14003892. OLE color: 14003892.

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

Color convert

RGB180174213-
CMYK0.150.1800.16
HSL249.23º31.71%75.88%-
HSV(B)249.23º18.31%83.53%-
XYZ45.9744.7869.17-
YUV180.24146.49127.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=31.75%
G=30.69%
B=37.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801742130.150.1800.16249.2331.7175.88
HexB4AED5F12010f9204c
Octal264256325172202037140114
Binary101101001010111011010101111110010010000111110011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AED5; }

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

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

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

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

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

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

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

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