#B0AECB

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

Shades of Blue Haze #B0AECB

Tints of Blue Haze #B0AECB

Color information

#B0AECB (or 0xB0AECB) is unknown color: approx Blue Haze. HEX triplet: B0, AE and CB. RGB value is (176,174,203). Sum of RGB (Red+Green+Blue) = 176+174+203=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AECB is #4F5134. Grayscale: #B1B1B1. Windows color (decimal): -5198133 or 13348528. OLE color: 13348528.

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

Color convert

RGB176174203-
CMYK0.130.1400.20
HSL244.14º21.8%73.92%-
HSV(B)244.14º14.29%79.61%-
XYZ43.8243.8162.65-
YUV177.9142.16126.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.83%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 203 (79.69% from 255) = 36.71%
R=31.83%
G=31.46%
B=36.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761742030.130.1400.20244.1421.873.92
HexB0AECBDE014f4164a
Octal260256313151602436426112
Binary1011000010101110110010111101111001010011110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AECB; }

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

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

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

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

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

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

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

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