#B6B3BE

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

Shades of Blue Haze #B6B3BE

Tints of Blue Haze #B6B3BE

Color information

#B6B3BE (or 0xB6B3BE) is unknown color: approx Blue Haze. HEX triplet: B6, B3 and BE. RGB value is (182,179,190). Sum of RGB (Red+Green+Blue) = 182+179+190=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6B3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3BE is #494C41. Grayscale: #B5B5B5. Windows color (decimal): -4803650 or 12497846. OLE color: 12497846.

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

Color convert

RGB182179190-
CMYK0.040.0600.25
HSL256.36º7.8%72.35%-
HSV(B)256.36º5.79%74.51%-
XYZ44.7145.955.22-
YUV181.15132.99128.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.03%
GREEN value IS 179 (70.31% from 255) = 32.49%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=33.03%
G=32.49%
B=34.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821791900.040.0600.25256.367.872.35
HexB6B3BE46019100848
Octal2662632764603140010110
Binary10110110101100111011111010011001100110000000010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3BE; }

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

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

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

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

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

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

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

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