#B5AECD

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

Shades of Blue Haze #B5AECD

Tints of Blue Haze #B5AECD

Color information

#B5AECD (or 0xB5AECD) is unknown color: approx Blue Haze. HEX triplet: B5, AE and CD. RGB value is (181,174,205). Sum of RGB (Red+Green+Blue) = 181+174+205=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5AECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AECD is #4A5132. Grayscale: #B3B3B3. Windows color (decimal): -4870451 or 13479605. OLE color: 13479605.

HSL color Cylindrical-coordinate representation of color #B5AECD: hue angle of 253.55º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5AECD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181174205-
CMYK0.120.1500.20
HSL253.55º23.66%74.31%-
HSV(B)253.55º15.12%80.39%-
XYZ45.2144.563.96-
YUV179.63142.32128.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=32.32%
G=31.07%
B=36.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811742050.120.1500.20253.5523.6674.31
HexB5AECDCF014fe184a
Octal265256315141702437630112
Binary1011010110101110110011011100111101010011111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AECD; }

 p { color: rgb(181,174,205); }

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

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

 a { background-color: rgb(181,174,205); }

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

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

 span { border-color: rgb(181,174,205); }

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