#B3B0BE

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

Shades of Blue Haze #B3B0BE

Tints of Blue Haze #B3B0BE

Color information

#B3B0BE (or 0xB3B0BE) is unknown color: approx Blue Haze. HEX triplet: B3, B0 and BE. RGB value is (179,176,190). Sum of RGB (Red+Green+Blue) = 179+176+190=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #B3B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3B0BE is #4C4F41. Grayscale: #B2B2B2. Windows color (decimal): -5001026 or 12497075. OLE color: 12497075.

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

Color convert

RGB179176190-
CMYK0.060.0700.25
HSL252.86º9.72%71.76%-
HSV(B)252.86º7.37%74.51%-
XYZ43.4144.3554.99-
YUV178.49134.49128.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=32.84%
G=32.29%
B=34.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791761900.060.0700.25252.869.7271.76
HexB3B0BE67019fda48
Octal2632602766703137512110
Binary1011001110110000101111101101110110011111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0BE; }

 p { color: rgb(179,176,190); }

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

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

 a { background-color: rgb(179,176,190); }

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

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

 span { border-color: rgb(179,176,190); }

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