#B0AEC0

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

Shades of Blue Haze #B0AEC0

Tints of Blue Haze #B0AEC0

Color information

#B0AEC0 (or 0xB0AEC0) is unknown color: approx Blue Haze. HEX triplet: B0, AE and C0. RGB value is (176,174,192). Sum of RGB (Red+Green+Blue) = 176+174+192=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #B0AEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEC0 is #4F513F. Grayscale: #B0B0B0. Windows color (decimal): -5198144 or 12627632. OLE color: 12627632.

HSL color Cylindrical-coordinate representation of color #B0AEC0: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0AEC0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176174192-
CMYK0.080.0900.25
HSL246.67º12.5%71.76%-
HSV(B)246.67º9.38%75.29%-
XYZ42.5543.3155.99-
YUV176.65136.66127.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=32.47%
G=32.10%
B=35.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761741920.080.0900.25246.6712.571.76
HexB0AEC089019f7c48
Octal260256300101103136714110
Binary101100001010111011000000100010010110011111011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEC0; }

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

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

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

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

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

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

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

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