#B0AECD

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

Shades of Blue Haze #B0AECD

Tints of Blue Haze #B0AECD

Color information

#B0AECD (or 0xB0AECD) is unknown color: approx Blue Haze. HEX triplet: B0, AE and CD. RGB value is (176,174,205). Sum of RGB (Red+Green+Blue) = 176+174+205=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AECD is #4F5132. Grayscale: #B2B2B2. Windows color (decimal): -5198131 or 13479600. OLE color: 13479600.

HSL color Cylindrical-coordinate representation of color #B0AECD: hue angle of 243.87º 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 #B0AECD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176174205-
CMYK0.140.1500.20
HSL243.87º23.66%74.31%-
HSV(B)243.87º15.12%80.39%-
XYZ44.0643.9163.91-
YUV178.13143.16126.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=31.71%
G=31.35%
B=36.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761742050.140.1500.20243.8723.6674.31
HexB0AECDEF014f4184a
Octal260256315161702436430112
Binary1011000010101110110011011110111101010011110100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AECD; }

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

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

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

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

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

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

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

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