#B5AECF

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

Shades of Blue Haze #B5AECF

Tints of Blue Haze #B5AECF

Color information

#B5AECF (or 0xB5AECF) is unknown color: approx Blue Haze. HEX triplet: B5, AE and CF. RGB value is (181,174,207). Sum of RGB (Red+Green+Blue) = 181+174+207=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5AECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AECF is #4A5130. Grayscale: #B3B3B3. Windows color (decimal): -4870449 or 13610677. OLE color: 13610677.

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

Color convert

RGB181174207-
CMYK0.130.1600.19
HSL252.73º25.58%74.71%-
HSV(B)252.73º15.94%81.18%-
XYZ45.4544.665.24-
YUV179.86143.32128.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=32.21%
G=30.96%
B=36.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811742070.130.1600.19252.7325.5874.71
HexB5AECFD10013fd1a4b
Octal265256317152002337532113
Binary10110101101011101100111111011000001001111111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AECF; }

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

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

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

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

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

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

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

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